#ADCCA8

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

Shades of Zanah #ADCCA8

Tints of Zanah #ADCCA8

Color information

#ADCCA8 (or 0xADCCA8) is unknown color: approx Zanah. HEX triplet: AD, CC and A8. RGB value is (173,204,168). Sum of RGB (Red+Green+Blue) = 173+204+168=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCA8 is #523357. Grayscale: #BEBEBE. Windows color (decimal): -5387096 or 11062445. OLE color: 11062445.

HSL color Cylindrical-coordinate representation of color #ADCCA8: hue angle of 111.67º degrees, saturation: 0.26, 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 #ADCCA8 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB173204168-
CMYK0.1500.180.2
HSL111.67º26.09%72.94%-
HSV(B)111.67º17.65%80%-
XYZ45.8954.945.22-
YUV190.63115.23115.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=31.74%
G=37.43%
B=30.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041680.1500.180.2111.6726.0972.94
HexADCCA8F01214701a49
Octal255314250170222416032111
Binary1010110111001100101010001111010010101001110000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCA8; }

 p { color: rgb(173,204,168); }

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

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

 a { background-color: rgb(173,204,168); }

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

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

 span { border-color: rgb(173,204,168); }

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