#ACCAAB

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

Shades of Zanah #ACCAAB

Tints of Zanah #ACCAAB

Color information

#ACCAAB (or 0xACCAAB) is unknown color: approx Zanah. HEX triplet: AC, CA and AB. RGB value is (172,202,171). Sum of RGB (Red+Green+Blue) = 172+202+171=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAAB is #533554. Grayscale: #BDBDBD. Windows color (decimal): -5453141 or 11258540. OLE color: 11258540.

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

Color convert

RGB172202171-
CMYK0.1500.150.21
HSL118.06º22.63%73.14%-
HSV(B)118.06º15.35%79.22%-
XYZ45.4853.9546.54-
YUV189.5117.56115.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=31.56%
G=37.06%
B=31.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021710.1500.150.21118.0622.6373.14
HexACCAABF0F15761749
Octal254312253170172516627111
Binary101011001100101010101011111101111101011110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAAB; }

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

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

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

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

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

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

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

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