#ADCDA6

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

Shades of Zanah #ADCDA6

Tints of Zanah #ADCDA6

Color information

#ADCDA6 (or 0xADCDA6) is unknown color: approx Zanah. HEX triplet: AD, CD and A6. RGB value is (173,205,166). Sum of RGB (Red+Green+Blue) = 173+205+166=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDA6 is #523259. Grayscale: #BFBFBF. Windows color (decimal): -5386842 or 10931629. OLE color: 10931629.

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

Color convert

RGB173205166-
CMYK0.1600.190.20
HSL109.23º28.06%72.75%-
HSV(B)109.23º19.02%80.39%-
XYZ45.9555.344.33-
YUV190.99113.9115.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 166 (65.23% from 255) = 30.51%
R=31.80%
G=37.68%
B=30.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051660.1600.190.20109.2328.0672.75
HexADCDA610013146d1c49
Octal255315246200232415534111
Binary10101101110011011010011010000010011101001101101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDA6; }

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

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

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

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

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

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

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

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