Color Hex Logo

#aba599 Color Hex

#ABA599
(171,165,153)
0 Favorites   0 Comments

Color spaces of #aba599

RGB 171165153
HSL0.110.100.64
HSV40°11°67°
CMYK 0.000.040.11   0.33
XYZ35.999537.868135.5489
Yxy37.86810.32900.3461
Hunter Lab61.5371-3.26648.8251
CIE-Lab67.92330.02356.9790

#aba599 color RGB value is (171,165,153).

#aba599 hex color red value is 171, green value is 165 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aba599 hue: 0.11 , saturation: 0.10 and the lightness value of aba599 is 0.64.

The process color (four color CMYK) of #aba599 color hex is 0.00, 0.04, 0.11, 0.33. Web safe color of #aba599 is #999999. Color #aba599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10100101 10011001
Octal 253 245 231
Decimal 171 165 153
Hex AB A5 99

RGB Percentages of Color #aba599

%34.97
%33.74
%31.29

CMYK Percentages of Color #aba599

%0
%4
%11
%33

Triadic Colors of #aba599

#aba599 #99aba5 #a599ab

Analogous Colors of #aba599

#aba599 #a8ab99 #ab9c99

Monochromatic Colors of #aba599

#aba599

Complementary Color

#aba599 #999fab

#aba599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba599 Color CSS Codes

.mybgcolor {background-color:#aba599; } 
.myforecolor {color:#aba599; }
.mybordercolor {border:3px solid #aba599; }

#aba599 Text Font Color

<p style="color:#aba599">Text here</p>

This sample text font color is #aba599
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aba599 Background Color

<div style="background-color:#aba599">
Div content here</div>

This div background color is #aba599


#aba599 Border Color

<div style="border:3px solid #aba599">
Div here</div>

This div border color is #aba599


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,165,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aba599; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aba599;
  -webkit-box-shadow: 1px 1px 3px 2px #aba599;
  box-shadow:         1px 1px 3px 2px #aba599; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,165,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aba599">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aba599;
  -webkit-box-shadow: 1px 1px 3px 2px #aba599;
  box-shadow:         1px 1px 3px 2px #aba599;">
Div content here</div>

This div box has shadow with color #aba599


Comments

No comments written yet.

Please login to write comment.