#ADC2AE

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

Shades of Zanah #ADC2AE

Tints of Zanah #ADC2AE

Color information

#ADC2AE (or 0xADC2AE) is unknown color: approx Zanah. HEX triplet: AD, C2 and AE. RGB value is (173,194,174). Sum of RGB (Red+Green+Blue) = 173+194+174=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC2AE is #523D51. Grayscale: #B9B9B9. Windows color (decimal): -5389650 or 11453101. OLE color: 11453101.

HSL color Cylindrical-coordinate representation of color #ADC2AE: hue angle of 122.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC2AE is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB173194174-
CMYK0.1100.100.24
HSL122.86º14.69%71.96%-
HSV(B)122.86º10.82%76.08%-
XYZ44.1750.5247.47-
YUV185.44121.54119.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=31.98%
G=35.86%
B=32.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941740.1100.100.24122.8614.6971.96
HexADC2AEB0A187bf48
Octal255302256130123017317110
Binary10101101110000101010111010110101011000111101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2AE; }

 p { color: rgb(173,194,174); }

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

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

 a { background-color: rgb(173,194,174); }

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

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

 span { border-color: rgb(173,194,174); }

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