#ADCCAA

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

Shades of Zanah #ADCCAA

Tints of Zanah #ADCCAA

Color information

#ADCCAA (or 0xADCCAA) is unknown color: approx Zanah. HEX triplet: AD, CC and AA. RGB value is (173,204,170). Sum of RGB (Red+Green+Blue) = 173+204+170=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCAA is #523355. Grayscale: #BEBEBE. Windows color (decimal): -5387094 or 11193517. OLE color: 11193517.

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

Color convert

RGB173204170-
CMYK0.1500.170.2
HSL114.71º25%73.33%-
HSV(B)114.71º16.67%80%-
XYZ46.0854.9746.21-
YUV190.86116.23115.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=31.63%
G=37.29%
B=31.08%

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
Decimal1732041700.1500.170.2114.712573.33
HexADCCAAF01114731949
Octal255314252170212416331111
Binary1010110111001100101010101111010001101001110011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCAA; }

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

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

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

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

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

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

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

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