#ACCCA7

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

Shades of Zanah #ACCCA7

Tints of Zanah #ACCCA7

Color information

#ACCCA7 (or 0xACCCA7) is unknown color: approx Zanah. HEX triplet: AC, CC and A7. RGB value is (172,204,167). Sum of RGB (Red+Green+Blue) = 172+204+167=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCA7 is #533358. Grayscale: #BEBEBE. Windows color (decimal): -5452633 or 10996908. OLE color: 10996908.

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

Color convert

RGB172204167-
CMYK0.1600.180.2
HSL111.89º26.62%72.75%-
HSV(B)111.89º18.14%80%-
XYZ45.5854.7544.72-
YUV190.21114.9115.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 204 (80.08% from 255) = 37.57%
BLUE value IS 167 (65.62% from 255) = 30.76%
R=31.68%
G=37.57%
B=30.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041670.1600.180.2111.8926.6272.75
HexACCCA71001214701b49
Octal254314247200222416033111
Binary10101100110011001010011110000010010101001110000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCA7; }

 p { color: rgb(172,204,167); }

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

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

 a { background-color: rgb(172,204,167); }

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

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

 span { border-color: rgb(172,204,167); }

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