Color Hex Logo

#a29aac Color Hex

#A29AAC
(162,154,172)
0 Favorites   0 Comments

Color spaces of #a29aac

RGB 162154172
HSL0.740.100.64
HSV267°10°67°
CMYK 0.060.100.00   0.33
XYZ33.902333.771143.7614
Yxy33.77110.30420.3031
Hunter Lab58.11292.4369-3.9688
CIE-Lab64.78056.4041-8.3190

#a29aac color RGB value is (162,154,172).

#a29aac hex color red value is 162, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a29aac hue: 0.74 , saturation: 0.10 and the lightness value of a29aac is 0.64.

The process color (four color CMYK) of #a29aac color hex is 0.06, 0.10, 0.00, 0.33. Web safe color of #a29aac is #999999. Color #a29aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011010 10101100
Octal 242 232 254
Decimal 162 154 172
Hex A2 9A AC

RGB Percentages of Color #a29aac

%33.20
%31.56
%35.25

CMYK Percentages of Color #a29aac

%6
%10
%0
%33

Triadic Colors of #a29aac

#a29aac #aca29a #9aaca2

Analogous Colors of #a29aac

#a29aac #ab9aac #9a9bac

Monochromatic Colors of #a29aac

#a29aac

Complementary Color

#a29aac #a4ac9a

#a29aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29aac Color CSS Codes

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

#a29aac Text Font Color

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

This sample text font color is #a29aac
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.


#a29aac Background Color

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

This div background color is #a29aac


#a29aac Border Color

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

This div border color is #a29aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,154,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a29aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a29aac;
  -webkit-box-shadow: 1px 1px 3px 2px #a29aac;
  box-shadow:         1px 1px 3px 2px #a29aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,154,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29aac


Comments

No comments written yet.

Please login to write comment.