#AACAA5

Color #AACAA5 Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #AACAA5

Tints of Zanah #AACAA5

Color information

#AACAA5 (or 0xAACAA5) is unknown color: approx Zanah. HEX triplet: AA, CA and A5. RGB value is (170,202,165). Sum of RGB (Red+Green+Blue) = 170+202+165=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAA5 is #55355A. Grayscale: #BCBCBC. Windows color (decimal): -5584219 or 10865322. OLE color: 10865322.

HSL color Cylindrical-coordinate representation of color #AACAA5: hue angle of 111.89º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACAA5 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB170202165-
CMYK0.1600.180.21
HSL111.89º25.87%71.96%-
HSV(B)111.89º18.32%79.22%-
XYZ44.4953.543.58-
YUV188.21114.9115.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 202 (79.30% from 255) = 37.62%
BLUE value IS 165 (64.84% from 255) = 30.73%
R=31.66%
G=37.62%
B=30.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021650.1600.180.21111.8925.8771.96
HexAACAA51001215701a48
Octal252312245200222516032110
Binary10101010110010101010010110000010010101011110000110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAA5; }

 p { color: rgb(170,202,165); }

 H1.HeaderClassName
 {
   color: #AACAA5;
 }
 .AnyTagClassName
 {
   color: #AACAA5;
 }
</style>
background-color css

<style>
 a { background-color: #AACAA5; }

 a { background-color: rgb(170,202,165); }

 div.DivClassName
 {
   background-color: #AACAA5;
 }
 .BgClassName
 {
   background-color: #AACAA5;
 }
</style>
border-color css

<style>
 span { border-color: #AACAA5; }

 span { border-color: rgb(170,202,165); }

 td.TdClassName
 {
   border-color: #AACAA5;
 }
 .TagClassName
 {
   border-color: #AACAA5;
 }
</style>