Html Css Color HEX #ADC0AC Zanah

📋 copy color: '#ADC0AC'

red 173 ◦ green 192 ◦ blue 172

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

Shades of Zanah #ADC0AC

Tints of Zanah #ADC0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.75%

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

R = 32.22%
G = 35.75%
B = 32.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#ADC0AC (or 0xADC0AC) is known color: Zanah. HEX triplet: AD, C0 and AC. RGB value is (173,192,172). Sum of RGB (Red+Green+Blue) = 173+192+172=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC0AC is #523F53. Grayscale: #B8B8B8. Windows color (decimal): -5390164 or 11321517. OLE color: 11321517.

HSL color Cylindrical-coordinate representation of color #ADC0AC: hue angle of 117º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC0AC is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 172 -
CMYK 0.10 0 0.10 0.25
HSL 117º 0.14% 0.71% -
HSV(B) 117º 0.1% 0.75% -
XYZ 43.53 49.56 46.3 -
YUV 184.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 173 192 172 0.10 0 0.10 0.25 117 0.14 0.71
Hex AD C0 AC A 0 A 19 75 E 47
Octal 255 300 254 12 0 12 31 165 16 107
Binary 10101101 11000000 10101100 1010 0 1010 11001 1110101 1110 1000111

Color Harmonies of #ADC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0AC

Black with #ADC0AC

Text Example


Text Example

White with #ADC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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