#ACAB72

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

Shades of Locust #ACAB72

Tints of Locust #ACAB72

Color information

#ACAB72 (or 0xACAB72) is unknown color: approx Locust. HEX triplet: AC, AB and 72. RGB value is (172,171,114). Sum of RGB (Red+Green+Blue) = 172+171+114=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB72 is #53548D. Grayscale: #A5A5A5. Windows color (decimal): -5461134 or 7515052. OLE color: 7515052.

HSL color Cylindrical-coordinate representation of color #ACAB72: hue angle of 58.97º 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 #ACAB72 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB172171114-
CMYK00.010.340.33
HSL58.97º25.89%56.08%-
HSV(B)58.97º33.72%67.45%-
XYZ34.6139.1121.64-
YUV164.899.33133.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=37.64%
G=37.42%
B=24.95%

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
Decimal17217111400.010.340.3358.9725.8956.08
HexACAB720122213b1a38
Octal254253162014241733270
Binary101011001010101111100100110001010000111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB72; }

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

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

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

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

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

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

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

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