#ADCDA9

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

Shades of Zanah #ADCDA9

Tints of Zanah #ADCDA9

Color information

#ADCDA9 (or 0xADCDA9) is unknown color: approx Zanah. HEX triplet: AD, CD and A9. RGB value is (173,205,169). Sum of RGB (Red+Green+Blue) = 173+205+169=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDA9 is #523256. Grayscale: #BFBFBF. Windows color (decimal): -5386839 or 11128237. OLE color: 11128237.

HSL color Cylindrical-coordinate representation of color #ADCDA9: hue angle of 113.33º 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 #ADCDA9 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB173205169-
CMYK0.1600.180.20
HSL113.33º26.47%73.33%-
HSV(B)113.33º17.56%80.39%-
XYZ46.2355.4145.8-
YUV191.33115.4114.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=31.63%
G=37.48%
B=30.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051690.1600.180.20113.3326.4773.33
HexADCDA91001214711a49
Octal255315251200222416132111
Binary10101101110011011010100110000010010101001110001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDA9; }

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

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

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

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

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

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

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

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