Html Css Color HEX #ADC2AE Zanah

📋 copy color: '#ADC2AE'

red 173 ◦ green 194 ◦ blue 174

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

Shades of Zanah #ADC2AE

Tints of Zanah #ADC2AE

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

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

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

RGB 173 194 174 -
CMYK 0.11 0 0.10 0.24
HSL 122.86º 0.15% 0.72% -
HSV(B) 122.86º 0.11% 0.76% -
XYZ 44.17 50.52 47.47 -
YUV 185.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 173 194 174 0.11 0 0.10 0.24 122.86 0.15 0.72
Hex AD C2 AE B 0 A 18 7B F 48
Octal 255 302 256 13 0 12 30 173 17 110
Binary 10101101 11000010 10101110 1011 0 1010 11000 1111011 1111 1001000

Color Harmonies of #ADC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2AE

Black with #ADC2AE

Text Example


Text Example

White with #ADC2AE

Text Example


Text Example

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