#ADCAAC

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

Shades of Zanah #ADCAAC

Tints of Zanah #ADCAAC

Color information

#ADCAAC (or 0xADCAAC) is unknown color: approx Zanah. HEX triplet: AD, CA and AC. RGB value is (173,202,172). Sum of RGB (Red+Green+Blue) = 173+202+172=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCAAC is #523553. Grayscale: #BEBEBE. Windows color (decimal): -5387604 or 11324077. OLE color: 11324077.

HSL color Cylindrical-coordinate representation of color #ADCAAC: hue angle of 118º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCAAC is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB173202172-
CMYK0.1400.150.21
HSL118º22.06%73.33%-
HSV(B)118º14.85%79.22%-
XYZ45.854.147.06-
YUV189.91117.89115.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=31.63%
G=36.93%
B=31.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021720.1400.150.2111822.0673.33
HexADCAACE0F15761649
Octal255312254160172516626111
Binary101011011100101010101100111001111101011110110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAAC; }

 p { color: rgb(173,202,172); }

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

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

 a { background-color: rgb(173,202,172); }

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

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

 span { border-color: rgb(173,202,172); }

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