#ACB084

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

Shades of Locust #ACB084

Tints of Locust #ACB084

Color information

#ACB084 (or 0xACB084) is unknown color: approx Locust. HEX triplet: AC, B0 and 84. RGB value is (172,176,132). Sum of RGB (Red+Green+Blue) = 172+176+132=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB084 is #534F7B. Grayscale: #A9A9A9. Windows color (decimal): -5459836 or 8695980. OLE color: 8695980.

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

Color convert

RGB172176132-
CMYK0.0200.250.31
HSL65.45º21.78%60.39%-
HSV(B)65.45º25%69.02%-
XYZ36.741.4927.9-
YUV169.79106.67129.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=35.83%
G=36.67%
B=27.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761320.0200.250.3165.4521.7860.39
HexACB08420191F41163c
Octal2542602042031371012674
Binary1010110010110000100001001001100111111100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB084; }

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

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

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

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

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

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

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

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