#ACAB73

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

Shades of Locust #ACAB73

Tints of Locust #ACAB73

Color information

#ACAB73 (or 0xACAB73) is unknown color: approx Locust. HEX triplet: AC, AB and 73. RGB value is (172,171,115). Sum of RGB (Red+Green+Blue) = 172+171+115=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB73 is #53548C. Grayscale: #A5A5A5. Windows color (decimal): -5461133 or 7580588. OLE color: 7580588.

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

Color convert

RGB172171115-
CMYK00.010.330.33
HSL58.95º25.56%56.27%-
HSV(B)58.95º33.14%67.45%-
XYZ34.6739.1321.95-
YUV164.9299.83133.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=37.55%
G=37.34%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217111500.010.330.3358.9525.5656.27
HexACAB730121213b1a38
Octal254253163014141733270
Binary101011001010101111100110110000110000111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAB73; }

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

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

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

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

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

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

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

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