Html Css Color HEX #ACB7AD Zanah

📋 copy color: '#ACB7AD'

red 172 ◦ green 183 ◦ blue 173

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

Shades of Zanah #ACB7AD

Tints of Zanah #ACB7AD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.66%

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

R = 32.58%
G = 34.66%
B = 32.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#ACB7AD (or 0xACB7AD) is known color: Zanah. HEX triplet: AC, B7 and AD. RGB value is (172,183,173). Sum of RGB (Red+Green+Blue) = 172+183+173=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7AD is #534852. Grayscale: #B2B2B2. Windows color (decimal): -5458003 or 11384748. OLE color: 11384748.

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

Color convert

RGB 172 183 173 -
CMYK 0.06 0 0.05 0.28
HSL 125.45º 0.07% 0.7% -
HSV(B) 125.45º 0.06% 0.72% -
XYZ 41.49 45.65 46.16 -
YUV 178.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 172 183 173 0.06 0 0.05 0.28 125.45 0.07 0.7
Hex AC B7 AD 6 0 5 1C 7D 7 46
Octal 254 267 255 6 0 5 34 175 7 106
Binary 10101100 10110111 10101101 110 0 101 11100 1111101 111 1000110

Color Harmonies of #ACB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB7AD

Black with #ACB7AD

Text Example


Text Example

White with #ACB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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