#ACB074

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

Shades of Locust #ACB074

Tints of Locust #ACB074

Color information

#ACB074 (or 0xACB074) is unknown color: approx Locust. HEX triplet: AC, B0 and 74. RGB value is (172,176,116). Sum of RGB (Red+Green+Blue) = 172+176+116=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB074 is #534F8B. Grayscale: #A8A8A8. Windows color (decimal): -5459852 or 7647404. OLE color: 7647404.

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

Color convert

RGB172176116-
CMYK0.0200.340.31
HSL64º27.52%57.25%-
HSV(B)64º34.09%69.02%-
XYZ35.6941.0822.57-
YUV167.9698.67130.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 116 (45.70% from 255) = 25%
R=37.07%
G=37.93%
B=25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761160.0200.340.316427.5257.25
HexACB07420221F401c39
Octal2542601642042371003471
Binary1010110010110000111010010010001011111100000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB074; }

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

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

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

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

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

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

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

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