#AACAAB

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

Shades of Zanah #AACAAB

Tints of Zanah #AACAAB

Color information

#AACAAB (or 0xAACAAB) is unknown color: approx Zanah. HEX triplet: AA, CA and AB. RGB value is (170,202,171). Sum of RGB (Red+Green+Blue) = 170+202+171=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAAB is #553554. Grayscale: #BCBCBC. Windows color (decimal): -5584213 or 11258538. OLE color: 11258538.

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

Color convert

RGB170202171-
CMYK0.1600.150.21
HSL121.87º23.19%72.94%-
HSV(B)121.87º15.84%79.22%-
XYZ45.0553.7346.52-
YUV188.9117.9114.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=31.31%
G=37.20%
B=31.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021710.1600.150.21121.8723.1972.94
HexAACAAB100F157a1749
Octal252312253200172517227111
Binary1010101011001010101010111000001111101011111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAAB; }

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

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

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

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

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

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

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

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