#ADCCA9

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

Shades of Zanah #ADCCA9

Tints of Zanah #ADCCA9

Color information

#ADCCA9 (or 0xADCCA9) is unknown color: approx Zanah. HEX triplet: AD, CC and A9. RGB value is (173,204,169). Sum of RGB (Red+Green+Blue) = 173+204+169=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCA9 is #523356. Grayscale: #BEBEBE. Windows color (decimal): -5387095 or 11127981. OLE color: 11127981.

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

Color convert

RGB173204169-
CMYK0.1500.170.2
HSL113.14º25.55%73.14%-
HSV(B)113.14º17.16%80%-
XYZ45.9954.9345.72-
YUV190.74115.73115.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=31.68%
G=37.36%
B=30.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041690.1500.170.2113.1425.5573.14
HexADCCA9F01114711a49
Octal255314251170212416132111
Binary1010110111001100101010011111010001101001110001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCA9; }

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

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

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

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

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

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

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

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