#ACAE73

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

Shades of Locust #ACAE73

Tints of Locust #ACAE73

Color information

#ACAE73 (or 0xACAE73) is unknown color: approx Locust. HEX triplet: AC, AE and 73. RGB value is (172,174,115). Sum of RGB (Red+Green+Blue) = 172+174+115=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE73 is #53518C. Grayscale: #A6A6A6. Windows color (decimal): -5460365 or 7581356. OLE color: 7581356.

HSL color Cylindrical-coordinate representation of color #ACAE73: hue angle of 62.03º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACAE73 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB172174115-
CMYK0.0100.340.32
HSL62.03º26.7%56.67%-
HSV(B)62.03º33.91%68.24%-
XYZ35.2440.2822.14-
YUV166.6898.84131.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 115 (45.31% from 255) = 24.95%
R=37.31%
G=37.74%
B=24.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741150.0100.340.3262.0326.756.67
HexACAE731022203e1b39
Octal254256163104240763371
Binary101011001010111011100111010001010000011111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE73; }

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

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

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

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

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

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

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

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