#ADC4AB

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

Shades of Zanah #ADC4AB

Tints of Zanah #ADC4AB

Color information

#ADC4AB (or 0xADC4AB) is unknown color: approx Zanah. HEX triplet: AD, C4 and AB. RGB value is (173,196,171). Sum of RGB (Red+Green+Blue) = 173+196+171=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4AB is #523B54. Grayscale: #BABABA. Windows color (decimal): -5389141 or 11257005. OLE color: 11257005.

HSL color Cylindrical-coordinate representation of color #ADC4AB: hue angle of 115.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC4AB is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB173196171-
CMYK0.1200.130.23
HSL115.2º17.48%71.96%-
HSV(B)115.2º12.76%76.86%-
XYZ44.3251.346.09-
YUV186.27119.38118.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 196 (76.95% from 255) = 36.30%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=32.04%
G=36.30%
B=31.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961710.1200.130.23115.217.4871.96
HexADC4ABC0D17731148
Octal255304253140152716321110
Binary101011011100010010101011110001101101111110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4AB; }

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

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

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

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

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

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

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

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