#ACB080

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

Shades of Locust #ACB080

Tints of Locust #ACB080

Color information

#ACB080 (or 0xACB080) is unknown color: approx Locust. HEX triplet: AC, B0 and 80. RGB value is (172,176,128). Sum of RGB (Red+Green+Blue) = 172+176+128=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB080 is #534F7F. Grayscale: #A9A9A9. Windows color (decimal): -5459840 or 8433836. OLE color: 8433836.

HSL color Cylindrical-coordinate representation of color #ACB080: hue angle of 65º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB080 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB172176128-
CMYK0.0200.270.31
HSL65º23.3%59.61%-
HSV(B)65º27.27%69.02%-
XYZ36.4341.3826.49-
YUV169.33104.67129.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=36.13%
G=36.97%
B=26.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761280.0200.270.316523.359.61
HexACB080201B1F41173c
Octal2542602002033371012774
Binary1010110010110000100000001001101111111100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB080; }

 p { color: rgb(172,176,128); }

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

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

 a { background-color: rgb(172,176,128); }

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

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

 span { border-color: rgb(172,176,128); }

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