#ADCCAF

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

Shades of Zanah #ADCCAF

Tints of Zanah #ADCCAF

Color information

#ADCCAF (or 0xADCCAF) is unknown color: approx Zanah. HEX triplet: AD, CC and AF. RGB value is (173,204,175). Sum of RGB (Red+Green+Blue) = 173+204+175=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCAF is #523350. Grayscale: #BFBFBF. Windows color (decimal): -5387089 or 11521197. OLE color: 11521197.

HSL color Cylindrical-coordinate representation of color #ADCCAF: hue angle of 123.87º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCCAF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB173204175-
CMYK0.1500.140.2
HSL123.87º23.31%73.92%-
HSV(B)123.87º15.2%80%-
XYZ46.5655.1748.75-
YUV191.42118.73114.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=31.34%
G=36.96%
B=31.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041750.1500.140.2123.8723.3173.92
HexADCCAFF0E147c174a
Octal255314257170162417427112
Binary101011011100110010101111111101110101001111100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCAF; }

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

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

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

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

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

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

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

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