Html Css Color HEX #ACB9AD Zanah

📋 copy color: '#ACB9AD'

red 172 ◦ green 185 ◦ blue 173

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

Shades of Zanah #ACB9AD

Tints of Zanah #ACB9AD

RGB

 RED value IS 172 (67.58% from 255) = 32.45%

 GREEN value IS 185 (72.66% from 255) = 34.91%

 BLUE value IS 173 (67.97% from 255) = 32.64%

R = 32.45%
G = 34.91%
B = 32.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#ACB9AD (or 0xACB9AD) is known color: Zanah. HEX triplet: AC, B9 and AD. RGB value is (172,185,173). Sum of RGB (Red+Green+Blue) = 172+185+173=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9AD is #534652. Grayscale: #B3B3B3. Windows color (decimal): -5457491 or 11385260. OLE color: 11385260.

HSL color Cylindrical-coordinate representation of color #ACB9AD: hue angle of 124.62º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB9AD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 173 -
CMYK 0.07 0 0.06 0.27
HSL 124.62º 0.08% 0.7% -
HSV(B) 124.62º 0.07% 0.73% -
XYZ 41.91 46.49 46.3 -
YUV 179.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 172 185 173 0.07 0 0.06 0.27 124.62 0.08 0.7
Hex AC B9 AD 7 0 6 1B 7D 8 46
Octal 254 271 255 7 0 6 33 175 10 106
Binary 10101100 10111001 10101101 111 0 110 11011 1111101 1000 1000110

Color Harmonies of #ACB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB9AD

Black with #ACB9AD

Text Example


Text Example

White with #ACB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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