#ADCDAB

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

Shades of Zanah #ADCDAB

Tints of Zanah #ADCDAB

Color information

#ADCDAB (or 0xADCDAB) is unknown color: approx Zanah. HEX triplet: AD, CD and AB. RGB value is (173,205,171). Sum of RGB (Red+Green+Blue) = 173+205+171=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCDAB is #523254. Grayscale: #BFBFBF. Windows color (decimal): -5386837 or 11259309. OLE color: 11259309.

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

Color convert

RGB173205171-
CMYK0.1600.170.20
HSL116.47º25.37%73.73%-
HSV(B)116.47º16.59%80.39%-
XYZ46.4255.4946.79-
YUV191.56116.4114.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 205 (80.47% from 255) = 37.34%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=31.51%
G=37.34%
B=31.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051710.1600.170.20116.4725.3773.73
HexADCDAB100111474194a
Octal255315253200212416431112
Binary10101101110011011010101110000010001101001110100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDAB; }

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

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

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

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

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

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

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

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