#ACC2AC

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

Shades of Zanah #ACC2AC

Tints of Zanah #ACC2AC

Color information

#ACC2AC (or 0xACC2AC) is unknown color: approx Zanah. HEX triplet: AC, C2 and AC. RGB value is (172,194,172). Sum of RGB (Red+Green+Blue) = 172+194+172=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC2AC is #533D53. Grayscale: #B8B8B8. Windows color (decimal): -5455188 or 11322028. OLE color: 11322028.

HSL color Cylindrical-coordinate representation of color #ACC2AC: hue angle of 120º degrees, saturation: 0.15, 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 #ACC2AC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB172194172-
CMYK0.1100.110.24
HSL120º15.28%71.76%-
HSV(B)120º11.34%76.08%-
XYZ43.7550.3346.44-
YUV184.91120.71118.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 194 (76.17% from 255) = 36.06%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=31.97%
G=36.06%
B=31.97%

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
Decimal1721941720.1100.110.2412015.2871.76
HexACC2ACB0B1878f48
Octal254302254130133017017110
Binary10101100110000101010110010110101111000111100011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2AC; }

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

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

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

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

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

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

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

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