#ACAC76

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

Shades of Locust #ACAC76

Tints of Locust #ACAC76

Color information

#ACAC76 (or 0xACAC76) is unknown color: approx Locust. HEX triplet: AC, AC and 76. RGB value is (172,172,118). Sum of RGB (Red+Green+Blue) = 172+172+118=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC76 is #535389. Grayscale: #A6A6A6. Windows color (decimal): -5460874 or 7777452. OLE color: 7777452.

HSL color Cylindrical-coordinate representation of color #ACAC76: hue angle of 60º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACAC76 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB172172118-
CMYK000.310.33
HSL60º24.55%56.86%-
HSV(B)60º31.4%67.45%-
XYZ35.0439.5822.93-
YUV165.84101132.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=37.23%
G=37.23%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172118000.310.336024.5556.86
HexACAC76001F213c1939
Octal254254166003741743171
Binary10101100101011001110110001111110000111110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC76; }

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

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

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

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

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

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

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

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