Html Css Color HEX #ADC8AE Zanah

📋 copy color: '#ADC8AE'

red 173 ◦ green 200 ◦ blue 174

#ADC8AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #ADC8AE

Tints of Zanah #ADC8AE

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 value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#ADC8AE (or 0xADC8AE) is known color: 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.13%. 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

RGB 173 200 174 -
CMYK 0.14 0 0.13 0.22
HSL 122.22º 0.2% 0.73% -
HSV(B) 122.22º 0.14% 0.78% -
XYZ 45.53 53.25 47.92 -
YUV 188.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 173 200 174 0.14 0 0.13 0.22 122.22 0.2 0.73
Hex AD C8 AE E 0 D 16 7A 14 49
Octal 255 310 256 16 0 15 26 172 24 111
Binary 10101101 11001000 10101110 1110 0 1101 10110 1111010 10100 1001001

Color Harmonies of #ADC8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8AE

Black with #ADC8AE

Text Example


Text Example

White with #ADC8AE

Text Example


Text Example

HTML Codes & Css Web 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>