#ACB571

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

Shades of Locust #ACB571

Tints of Locust #ACB571

Color information

#ACB571 (or 0xACB571) is unknown color: approx Locust. HEX triplet: AC, B5 and 71. RGB value is (172,181,113). Sum of RGB (Red+Green+Blue) = 172+181+113=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB571 is #534A8E. Grayscale: #AAAAAA. Windows color (decimal): -5458575 or 7452076. OLE color: 7452076.

HSL color Cylindrical-coordinate representation of color #ACB571: hue angle of 67.94º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB571 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB172181113-
CMYK0.0500.380.29
HSL67.94º31.48%57.65%-
HSV(B)67.94º37.57%70.98%-
XYZ36.5243.0122-
YUV170.5695.52129.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=36.91%
G=38.84%
B=24.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721811130.0500.380.2967.9431.4857.65
HexACB57150261D441f3a
Octal2542651615046351043772
Binary10101100101101011110001101010011011101100010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB571; }

 p { color: rgb(172,181,113); }

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

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

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

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

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

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

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