Html Css Color HEX #ADC7AC Zanah

📋 copy color: '#ADC7AC'

red 173 ◦ green 199 ◦ blue 172

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

Shades of Zanah #ADC7AC

Tints of Zanah #ADC7AC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.58%

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

R = 31.8%
G = 36.58%
B = 31.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#ADC7AC (or 0xADC7AC) is known color: Zanah. HEX triplet: AD, C7 and AC. RGB value is (173,199,172). Sum of RGB (Red+Green+Blue) = 173+199+172=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC7AC is #523853. Grayscale: #BCBCBC. Windows color (decimal): -5388372 or 11323309. OLE color: 11323309.

HSL color Cylindrical-coordinate representation of color #ADC7AC: hue angle of 117.78º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC7AC is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 172 -
CMYK 0.13 0 0.14 0.22
HSL 117.78º 0.19% 0.73% -
HSV(B) 117.78º 0.14% 0.78% -
XYZ 45.1 52.71 46.83 -
YUV 188.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 173 199 172 0.13 0 0.14 0.22 117.78 0.19 0.73
Hex AD C7 AC D 0 E 16 76 13 49
Octal 255 307 254 15 0 16 26 166 23 111
Binary 10101101 11000111 10101100 1101 0 1110 10110 1110110 10011 1001001

Color Harmonies of #ADC7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7AC

Black with #ADC7AC

Text Example


Text Example

White with #ADC7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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