#ACB7AD

Color #ACB7AD Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #ACB7AD

Tints of Zanah #ACB7AD

Color information

#ACB7AD (or 0xACB7AD) is unknown color: approx 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

RGB172183173-
CMYK0.0600.050.28
HSL125.45º7.1%69.61%-
HSV(B)125.45º6.01%71.76%-
XYZ41.4945.6546.16-
YUV178.57124.86123.31-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831730.0600.050.28125.457.169.61
HexACB7AD6051C7d746
Octal254267255605341757106
Binary10101100101101111010110111001011110011111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>