#ACC7AB

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

Shades of Zanah #ACC7AB

Tints of Zanah #ACC7AB

Color information

#ACC7AB (or 0xACC7AB) is unknown color: approx Zanah. HEX triplet: AC, C7 and AB. RGB value is (172,199,171). Sum of RGB (Red+Green+Blue) = 172+199+171=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC7AB is #533854. Grayscale: #BBBBBB. Windows color (decimal): -5453909 or 11257772. OLE color: 11257772.

HSL color Cylindrical-coordinate representation of color #ACC7AB: hue angle of 117.86º degrees, saturation: 0.2, 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 #ACC7AB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB172199171-
CMYK0.1400.140.22
HSL117.86º20%72.55%-
HSV(B)117.86º14.07%78.04%-
XYZ44.7952.5646.31-
YUV187.74118.55116.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 199 (78.12% from 255) = 36.72%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=31.73%
G=36.72%
B=31.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721991710.1400.140.22117.862072.55
HexACC7ABE0E16761449
Octal254307253160162616624111
Binary101011001100011110101011111001110101101110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC7AB; }

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

 H1.HeaderClassName
 {
   color: #ACC7AB;
 }
 .AnyTagClassName
 {
   color: #ACC7AB;
 }
</style>
background-color css

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

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

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

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

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

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