#ADCDAF

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

Shades of Zanah #ADCDAF

Tints of Zanah #ADCDAF

Color information

#ADCDAF (or 0xADCDAF) is unknown color: approx Zanah. HEX triplet: AD, CD and AF. RGB value is (173,205,175). Sum of RGB (Red+Green+Blue) = 173+205+175=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDAF is #523250. Grayscale: #C0C0C0. Windows color (decimal): -5386833 or 11521453. OLE color: 11521453.

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

Color convert

RGB173205175-
CMYK0.1600.150.20
HSL123.75º24.24%74.12%-
HSV(B)123.75º15.61%80.39%-
XYZ46.855.6448.83-
YUV192.01118.4114.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=31.28%
G=37.07%
B=31.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051750.1600.150.20123.7524.2474.12
HexADCDAF100F147c184a
Octal255315257200172417430112
Binary1010110111001101101011111000001111101001111100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDAF; }

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

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

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

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

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

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

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

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