#ACAC73

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

Shades of Locust #ACAC73

Tints of Locust #ACAC73

Color information

#ACAC73 (or 0xACAC73) is unknown color: approx Locust. HEX triplet: AC, AC and 73. RGB value is (172,172,115). Sum of RGB (Red+Green+Blue) = 172+172+115=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC73 is #53538C. Grayscale: #A5A5A5. Windows color (decimal): -5460877 or 7580844. OLE color: 7580844.

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

Color convert

RGB172172115-
CMYK000.330.33
HSL60º25.56%56.27%-
HSV(B)60º33.14%67.45%-
XYZ34.8639.5122.01-
YUV165.599.5132.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=37.47%
G=37.47%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172115000.330.336025.5656.27
HexACAC730021213c1a38
Octal254254163004141743270
Binary101011001010110011100110010000110000111110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC73; }

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

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

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

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

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

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

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

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