#ACB073

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

Shades of Locust #ACB073

Tints of Locust #ACB073

Color information

#ACB073 (or 0xACB073) is unknown color: approx Locust. HEX triplet: AC, B0 and 73. RGB value is (172,176,115). Sum of RGB (Red+Green+Blue) = 172+176+115=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB073 is #534F8C. Grayscale: #A8A8A8. Windows color (decimal): -5459853 or 7581868. OLE color: 7581868.

HSL color Cylindrical-coordinate representation of color #ACB073: hue angle of 63.93º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACB073 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB172176115-
CMYK0.0200.350.31
HSL63.93º27.85%57.06%-
HSV(B)63.93º34.66%69.02%-
XYZ35.6341.0622.27-
YUV167.8598.17130.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=37.15%
G=38.01%
B=24.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761150.0200.350.3163.9327.8557.06
HexACB07320231F401c39
Octal2542601632043371003471
Binary1010110010110000111001110010001111111100000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB073; }

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

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

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

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

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

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

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

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