#ACB083

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

Shades of Locust #ACB083

Tints of Locust #ACB083

Color information

#ACB083 (or 0xACB083) is unknown color: approx Locust. HEX triplet: AC, B0 and 83. RGB value is (172,176,131). Sum of RGB (Red+Green+Blue) = 172+176+131=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB083 is #534F7C. Grayscale: #A9A9A9. Windows color (decimal): -5459837 or 8630444. OLE color: 8630444.

HSL color Cylindrical-coordinate representation of color #ACB083: hue angle of 65.33º degrees, saturation: 0.22, 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 #ACB083 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB172176131-
CMYK0.0200.260.31
HSL65.33º22.17%60.2%-
HSV(B)65.33º25.57%69.02%-
XYZ36.6441.4627.54-
YUV169.67106.17129.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=35.91%
G=36.74%
B=27.35%

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
Decimal1721761310.0200.260.3165.3322.1760.2
HexACB083201A1F41163c
Octal2542602032032371012674
Binary1010110010110000100000111001101011111100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB083; }

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

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

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

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

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

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

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

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