#ACCBA9

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

Shades of Zanah #ACCBA9

Tints of Zanah #ACCBA9

Color information

#ACCBA9 (or 0xACCBA9) is unknown color: approx Zanah. HEX triplet: AC, CB and A9. RGB value is (172,203,169). Sum of RGB (Red+Green+Blue) = 172+203+169=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBA9 is #533456. Grayscale: #BDBDBD. Windows color (decimal): -5452887 or 11127724. OLE color: 11127724.

HSL color Cylindrical-coordinate representation of color #ACCBA9: hue angle of 114.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCBA9 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB172203169-
CMYK0.1500.170.20
HSL114.71º24.64%72.94%-
HSV(B)114.71º16.75%79.61%-
XYZ45.5354.3545.63-
YUV189.86116.23115.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 169 (66.41% from 255) = 31.07%
R=31.62%
G=37.32%
B=31.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031690.1500.170.20114.7124.6472.94
HexACCBA9F01114731949
Octal254313251170212416331111
Binary1010110011001011101010011111010001101001110011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBA9; }

 p { color: rgb(172,203,169); }

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

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

 a { background-color: rgb(172,203,169); }

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

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

 span { border-color: rgb(172,203,169); }

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