#ADC4AE

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

Shades of Zanah #ADC4AE

Tints of Zanah #ADC4AE

Color information

#ADC4AE (or 0xADC4AE) is unknown color: approx Zanah. HEX triplet: AD, C4 and AE. RGB value is (173,196,174). Sum of RGB (Red+Green+Blue) = 173+196+174=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC4AE is #523B51. Grayscale: #BABABA. Windows color (decimal): -5389138 or 11453613. OLE color: 11453613.

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

Color convert

RGB173196174-
CMYK0.1200.110.23
HSL122.61º16.31%72.35%-
HSV(B)122.61º11.73%76.86%-
XYZ44.6151.4247.62-
YUV186.62120.88118.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=31.86%
G=36.10%
B=32.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961740.1200.110.23122.6116.3172.35
HexADC4AEC0B177b1048
Octal255304256140132717320110
Binary101011011100010010101110110001011101111111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4AE; }

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

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

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

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

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

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

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

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