#ACB07C

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

Shades of Locust #ACB07C

Tints of Locust #ACB07C

Color information

#ACB07C (or 0xACB07C) is unknown color: approx Locust. HEX triplet: AC, B0 and 7C. RGB value is (172,176,124). Sum of RGB (Red+Green+Blue) = 172+176+124=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB07C is #534F83. Grayscale: #A9A9A9. Windows color (decimal): -5459844 or 8171692. OLE color: 8171692.

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

Color convert

RGB172176124-
CMYK0.0200.300.31
HSL64.62º24.76%58.82%-
HSV(B)64.62º29.55%69.02%-
XYZ36.1841.2825.13-
YUV168.88102.67130.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 124 (48.83% from 255) = 26.27%
R=36.44%
G=37.29%
B=26.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721761240.0200.300.3164.6224.7658.82
HexACB07C201E1F41193b
Octal2542601742036371013173
Binary101011001011000011111001001111011111100000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB07C; }

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

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

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

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

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

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

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

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