#ADC6AB

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

Shades of Zanah #ADC6AB

Tints of Zanah #ADC6AB

Color information

#ADC6AB (or 0xADC6AB) is unknown color: approx Zanah. HEX triplet: AD, C6 and AB. RGB value is (173,198,171). Sum of RGB (Red+Green+Blue) = 173+198+171=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC6AB is #523954. Grayscale: #BBBBBB. Windows color (decimal): -5388629 or 11257517. OLE color: 11257517.

HSL color Cylindrical-coordinate representation of color #ADC6AB: hue angle of 115.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC6AB is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB173198171-
CMYK0.1300.140.22
HSL115.56º19.15%72.35%-
HSV(B)115.56º13.64%77.65%-
XYZ44.7852.2146.25-
YUV187.45118.72117.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 198 (77.73% from 255) = 36.53%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=31.92%
G=36.53%
B=31.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981710.1300.140.22115.5619.1572.35
HexADC6ABD0E16741348
Octal255306253150162616423110
Binary101011011100011010101011110101110101101110100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6AB; }

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

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

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

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

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

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

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

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