#ADC8AE

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

Shades of Zanah #ADC8AE

Tints of Zanah #ADC8AE

Color information

#ADC8AE (or 0xADC8AE) is unknown color: approx Zanah. HEX triplet: AD, C8 and AE. RGB value is (173,200,174). Sum of RGB (Red+Green+Blue) = 173+200+174=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8AE is #523751. Grayscale: #BDBDBD. Windows color (decimal): -5388114 or 11454637. OLE color: 11454637.

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

Color convert

RGB173200174-
CMYK0.1400.130.22
HSL122.22º19.71%73.14%-
HSV(B)122.22º13.5%78.43%-
XYZ45.5353.2547.92-
YUV188.96119.55116.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 200 (78.52% from 255) = 36.56%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=31.63%
G=36.56%
B=31.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001740.1400.130.22122.2219.7173.14
HexADC8AEE0D167a1449
Octal255310256160152617224111
Binary101011011100100010101110111001101101101111010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8AE; }

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

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

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

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

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

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

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

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