#ADCCA7

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

Shades of Zanah #ADCCA7

Tints of Zanah #ADCCA7

Color information

#ADCCA7 (or 0xADCCA7) is unknown color: approx Zanah. HEX triplet: AD, CC and A7. RGB value is (173,204,167). Sum of RGB (Red+Green+Blue) = 173+204+167=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCA7 is #523358. Grayscale: #BEBEBE. Windows color (decimal): -5387097 or 10996909. OLE color: 10996909.

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

Color convert

RGB173204167-
CMYK0.1500.180.2
HSL110.27º26.62%72.75%-
HSV(B)110.27º18.14%80%-
XYZ45.854.8644.73-
YUV190.51114.73115.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 167 (65.62% from 255) = 30.70%
R=31.80%
G=37.5%
B=30.70%

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
Decimal1732041670.1500.180.2110.2726.6272.75
HexADCCA7F012146e1b49
Octal255314247170222415633111
Binary1010110111001100101001111111010010101001101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCA7; }

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

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

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

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

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

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

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

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