#ACC8AB

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

Shades of Zanah #ACC8AB

Tints of Zanah #ACC8AB

Color information

#ACC8AB (or 0xACC8AB) is unknown color: approx Zanah. HEX triplet: AC, C8 and AB. RGB value is (172,200,171). Sum of RGB (Red+Green+Blue) = 172+200+171=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8AB is #533754. Grayscale: #BCBCBC. Windows color (decimal): -5453653 or 11258028. OLE color: 11258028.

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

Color convert

RGB172200171-
CMYK0.1400.140.22
HSL117.93º20.86%72.75%-
HSV(B)117.93º14.5%78.43%-
XYZ45.0253.0246.39-
YUV188.32118.22116.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 200 (78.52% from 255) = 36.83%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=31.68%
G=36.83%
B=31.49%

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
Decimal1722001710.1400.140.22117.9320.8672.75
HexACC8ABE0E16761549
Octal254310253160162616625111
Binary101011001100100010101011111001110101101110110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8AB; }

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

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

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

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

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

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

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

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