Html Css Color HEX #ADC2AC Zanah

📋 copy color: '#ADC2AC'

red 173 ◦ green 194 ◦ blue 172

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

Shades of Zanah #ADC2AC

Tints of Zanah #ADC2AC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.99%

 BLUE value IS 172 (67.58% from 255) = 31.91%

R = 32.1%
G = 35.99%
B = 31.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#ADC2AC (or 0xADC2AC) is known color: Zanah. HEX triplet: AD, C2 and AC. RGB value is (173,194,172). Sum of RGB (Red+Green+Blue) = 173+194+172=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC2AC is #523D53. Grayscale: #B9B9B9. Windows color (decimal): -5389652 or 11322029. OLE color: 11322029.

HSL color Cylindrical-coordinate representation of color #ADC2AC: hue angle of 117.27º 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 #ADC2AC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 172 -
CMYK 0.11 0 0.11 0.24
HSL 117.27º 0.15% 0.72% -
HSV(B) 117.27º 0.11% 0.76% -
XYZ 43.97 50.45 46.45 -
YUV 185.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 173 194 172 0.11 0 0.11 0.24 117.27 0.15 0.72
Hex AD C2 AC B 0 B 18 75 F 48
Octal 255 302 254 13 0 13 30 165 17 110
Binary 10101101 11000010 10101100 1011 0 1011 11000 1110101 1111 1001000

Color Harmonies of #ADC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2AC

Black with #ADC2AC

Text Example


Text Example

White with #ADC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2AC; }

 p { color: rgb(173,194,172); }

 H1.HeaderClassName
 {
   color: #ADC2AC;
 }
 .AnyTagClassName
 {
   color: #ADC2AC;
 }
</style>

background-color css

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

 a { background-color: rgb(173,194,172); }

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

border-color css

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

 span { border-color: rgb(173,194,172); }

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