#ACC1AC

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

Shades of Zanah #ACC1AC

Tints of Zanah #ACC1AC

Color information

#ACC1AC (or 0xACC1AC) is unknown color: approx Zanah. HEX triplet: AC, C1 and AC. RGB value is (172,193,172). Sum of RGB (Red+Green+Blue) = 172+193+172=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC1AC is #533E53. Grayscale: #B8B8B8. Windows color (decimal): -5455444 or 11321772. OLE color: 11321772.

HSL color Cylindrical-coordinate representation of color #ACC1AC: hue angle of 120º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC1AC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB172193172-
CMYK0.1100.110.24
HSL120º14.48%71.57%-
HSV(B)120º10.88%75.69%-
XYZ43.5349.8946.37-
YUV184.33121.04119.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 193 (75.78% from 255) = 35.94%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=32.03%
G=35.94%
B=32.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931720.1100.110.2412014.4871.57
HexACC1ACB0B1878e48
Octal254301254130133017016110
Binary10101100110000011010110010110101111000111100011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1AC; }

 p { color: rgb(172,193,172); }

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

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

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

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

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

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

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