#ADCDAD

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

Shades of Zanah #ADCDAD

Tints of Zanah #ADCDAD

Color information

#ADCDAD (or 0xADCDAD) is unknown color: approx Zanah. HEX triplet: AD, CD and AD. RGB value is (173,205,173). Sum of RGB (Red+Green+Blue) = 173+205+173=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDAD is #523252. Grayscale: #BFBFBF. Windows color (decimal): -5386835 or 11390381. OLE color: 11390381.

HSL color Cylindrical-coordinate representation of color #ADCDAD: hue angle of 120º 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 #ADCDAD is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB173205173-
CMYK0.1600.160.20
HSL120º24.24%74.12%-
HSV(B)120º15.61%80.39%-
XYZ46.6155.5647.8-
YUV191.78117.4114.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=31.40%
G=37.21%
B=31.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051730.1600.160.2012024.2474.12
HexADCDAD100101478184a
Octal255315255200202417030112
Binary10101101110011011010110110000010000101001111000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDAD; }

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

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

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

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

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

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

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

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