#ACB170

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

Shades of Locust #ACB170

Tints of Locust #ACB170

Color information

#ACB170 (or 0xACB170) is unknown color: approx Locust. HEX triplet: AC, B1 and 70. RGB value is (172,177,112). Sum of RGB (Red+Green+Blue) = 172+177+112=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB170 is #534E8F. Grayscale: #A8A8A8. Windows color (decimal): -5459600 or 7385516. OLE color: 7385516.

HSL color Cylindrical-coordinate representation of color #ACB170: hue angle of 64.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACB170 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB172177112-
CMYK0.0300.370.31
HSL64.62º29.41%56.67%-
HSV(B)64.62º36.72%69.41%-
XYZ35.6641.3821.44-
YUV168.196.34130.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=37.31%
G=38.39%
B=24.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771120.0300.370.3164.6229.4156.67
HexACB17030251F411d39
Octal2542611603045371013571
Binary1010110010110001111000011010010111111100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB170; }

 p { color: rgb(172,177,112); }

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

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

 a { background-color: rgb(172,177,112); }

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

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

 span { border-color: rgb(172,177,112); }

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