#ACB082

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

Shades of Locust #ACB082

Tints of Locust #ACB082

Color information

#ACB082 (or 0xACB082) is unknown color: approx Locust. HEX triplet: AC, B0 and 82. RGB value is (172,176,130). Sum of RGB (Red+Green+Blue) = 172+176+130=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB082 is #534F7D. Grayscale: #A9A9A9. Windows color (decimal): -5459838 or 8564908. OLE color: 8564908.

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

Color convert

RGB172176130-
CMYK0.0200.260.31
HSL65.22º22.55%60%-
HSV(B)65.22º26.14%69.02%-
XYZ36.5741.4327.19-
YUV169.56105.67129.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=35.98%
G=36.82%
B=27.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761300.0200.260.3165.2222.5560
HexACB082201A1F41173c
Octal2542602022032371012774
Binary1010110010110000100000101001101011111100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB082; }

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

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

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

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

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

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

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

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