Html Css Color HEX #ADC6AC Zanah

📋 copy color: '#ADC6AC'

red 173 ◦ green 198 ◦ blue 172

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

Shades of Zanah #ADC6AC

Tints of Zanah #ADC6AC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.46%

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

R = 31.86%
G = 36.46%
B = 31.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#ADC6AC (or 0xADC6AC) is known color: Zanah. HEX triplet: AD, C6 and AC. RGB value is (173,198,172). Sum of RGB (Red+Green+Blue) = 173+198+172=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC6AC is #523953. Grayscale: #BBBBBB. Windows color (decimal): -5388628 or 11323053. OLE color: 11323053.

HSL color Cylindrical-coordinate representation of color #ADC6AC: hue angle of 117.69º degrees, saturation: 0.19, 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 #ADC6AC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 172 -
CMYK 0.13 0 0.13 0.22
HSL 117.69º 0.19% 0.73% -
HSV(B) 117.69º 0.13% 0.78% -
XYZ 44.87 52.25 46.75 -
YUV 187.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 173 198 172 0.13 0 0.13 0.22 117.69 0.19 0.73
Hex AD C6 AC D 0 D 16 76 13 49
Octal 255 306 254 15 0 15 26 166 23 111
Binary 10101101 11000110 10101100 1101 0 1101 10110 1110110 10011 1001001

Color Harmonies of #ADC6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC6AC

Black with #ADC6AC

Text Example


Text Example

White with #ADC6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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