Html Css Color HEX #ADC4AE Zanah

📋 copy color: '#ADC4AE'

red 173 ◦ green 196 ◦ blue 174

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

Shades of Zanah #ADC4AE

Tints of Zanah #ADC4AE

RGB

 RED value IS 173 (67.97% from 255) = 31.86%

 GREEN value IS 196 (76.95% from 255) = 36.1%

 BLUE value IS 174 (68.36% from 255) = 32.04%

R = 31.86%
G = 36.1%
B = 32.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#ADC4AE (or 0xADC4AE) is known color: 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

RGB 173 196 174 -
CMYK 0.12 0 0.11 0.23
HSL 122.61º 0.16% 0.72% -
HSV(B) 122.61º 0.12% 0.77% -
XYZ 44.61 51.42 47.62 -
YUV 186.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 173 196 174 0.12 0 0.11 0.23 122.61 0.16 0.72
Hex AD C4 AE C 0 B 17 7B 10 48
Octal 255 304 256 14 0 13 27 173 20 110
Binary 10101101 11000100 10101110 1100 0 1011 10111 1111011 10000 1001000

Color Harmonies of #ADC4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4AE

Black with #ADC4AE

Text Example


Text Example

White with #ADC4AE

Text Example


Text Example

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