#ACAB71

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

Shades of Locust #ACAB71

Tints of Locust #ACAB71

Color information

#ACAB71 (or 0xACAB71) is unknown color: approx Locust. HEX triplet: AC, AB and 71. RGB value is (172,171,113). Sum of RGB (Red+Green+Blue) = 172+171+113=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB71 is #53548E. Grayscale: #A4A4A4. Windows color (decimal): -5461135 or 7449516. OLE color: 7449516.

HSL color Cylindrical-coordinate representation of color #ACAB71: hue angle of 58.98º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACAB71 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB172171113-
CMYK00.010.340.33
HSL58.98º26.22%55.88%-
HSV(B)58.98º34.3%67.45%-
XYZ34.5639.0921.35-
YUV164.6998.83133.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 113 (44.53% from 255) = 24.78%
R=37.72%
G=37.5%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217111300.010.340.3358.9826.2255.88
HexACAB710122213b1a38
Octal254253161014241733270
Binary101011001010101111100010110001010000111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB71; }

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

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

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

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

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

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

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

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