#ADC6AA

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

Shades of Zanah #ADC6AA

Tints of Zanah #ADC6AA

Color information

#ADC6AA (or 0xADC6AA) is unknown color: approx Zanah. HEX triplet: AD, C6 and AA. RGB value is (173,198,170). Sum of RGB (Red+Green+Blue) = 173+198+170=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC6AA is #523955. Grayscale: #BBBBBB. Windows color (decimal): -5388630 or 11191981. OLE color: 11191981.

HSL color Cylindrical-coordinate representation of color #ADC6AA: hue angle of 113.57º degrees, saturation: 0.2, 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 #ADC6AA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB173198170-
CMYK0.1300.140.22
HSL113.57º19.72%72.16%-
HSV(B)113.57º14.14%77.65%-
XYZ44.6852.1745.75-
YUV187.33118.22117.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 198 (77.73% from 255) = 36.60%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=31.98%
G=36.60%
B=31.42%

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
Decimal1731981700.1300.140.22113.5719.7272.16
HexADC6AAD0E16721448
Octal255306252150162616224110
Binary101011011100011010101010110101110101101110010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6AA; }

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

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

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

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

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

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

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

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