#ACB37A

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

Shades of Locust #ACB37A

Tints of Locust #ACB37A

Color information

#ACB37A (or 0xACB37A) is unknown color: approx Locust. HEX triplet: AC, B3 and 7A. RGB value is (172,179,122). Sum of RGB (Red+Green+Blue) = 172+179+122=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB37A is #534C85. Grayscale: #AAAAAA. Windows color (decimal): -5459078 or 8041388. OLE color: 8041388.

HSL color Cylindrical-coordinate representation of color #ACB37A: hue angle of 67.37º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB37A is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB172179122-
CMYK0.0400.320.30
HSL67.37º27.27%59.02%-
HSV(B)67.37º31.84%70.2%-
XYZ36.6542.4224.67-
YUV170.41100.68129.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 179 (70.31% from 255) = 37.84%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=36.36%
G=37.84%
B=25.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791220.0400.320.3067.3727.2759.02
HexACB37A40201E431b3b
Octal2542631724040361033373
Binary10101100101100111111010100010000011110100001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB37A; }

 p { color: rgb(172,179,122); }

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

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

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

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

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

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

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