#ACB17C

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

Shades of Locust #ACB17C

Tints of Locust #ACB17C

Color information

#ACB17C (or 0xACB17C) is unknown color: approx Locust. HEX triplet: AC, B1 and 7C. RGB value is (172,177,124). Sum of RGB (Red+Green+Blue) = 172+177+124=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB17C is #534E83. Grayscale: #A9A9A9. Windows color (decimal): -5459588 or 8171948. OLE color: 8171948.

HSL color Cylindrical-coordinate representation of color #ACB17C: hue angle of 65.66º 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 #ACB17C is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB172177124-
CMYK0.0300.300.31
HSL65.66º25.36%59.02%-
HSV(B)65.66º29.94%69.41%-
XYZ36.3741.6725.19-
YUV169.46102.34129.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 124 (48.83% from 255) = 26.22%
R=36.36%
G=37.42%
B=26.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771240.0300.300.3165.6625.3659.02
HexACB17C301E1F42193b
Octal2542611743036371023173
Binary101011001011000111111001101111011111100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB17C; }

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

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

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

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

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

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

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

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