#ACB17D

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

Shades of Locust #ACB17D

Tints of Locust #ACB17D

Color information

#ACB17D (or 0xACB17D) is unknown color: approx Locust. HEX triplet: AC, B1 and 7D. RGB value is (172,177,125). Sum of RGB (Red+Green+Blue) = 172+177+125=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB17D is #534E82. Grayscale: #A9A9A9. Windows color (decimal): -5459587 or 8237484. OLE color: 8237484.

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

Color convert

RGB172177125-
CMYK0.0300.290.31
HSL65.77º25%59.22%-
HSV(B)65.77º29.38%69.41%-
XYZ36.4441.725.53-
YUV169.58102.84129.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 125 (49.22% from 255) = 26.37%
R=36.29%
G=37.34%
B=26.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771250.0300.290.3165.772559.22
HexACB17D301D1F42193b
Octal2542611753035371023173
Binary101011001011000111111011101110111111100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB17D; }

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

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

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

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

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

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

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

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