#ACB174

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

Shades of Locust #ACB174

Tints of Locust #ACB174

Color information

#ACB174 (or 0xACB174) is unknown color: approx Locust. HEX triplet: AC, B1 and 74. RGB value is (172,177,116). Sum of RGB (Red+Green+Blue) = 172+177+116=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB174 is #534E8B. Grayscale: #A8A8A8. Windows color (decimal): -5459596 or 7647660. OLE color: 7647660.

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

Color convert

RGB172177116-
CMYK0.0300.340.31
HSL64.92º28.11%57.45%-
HSV(B)64.92º34.46%69.41%-
XYZ35.8941.4822.64-
YUV168.5598.34130.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 177 (69.53% from 255) = 38.06%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=36.99%
G=38.06%
B=24.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771160.0300.340.3164.9228.1157.45
HexACB17430221F411c39
Octal2542611643042371013471
Binary1010110010110001111010011010001011111100000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB174; }

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

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

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

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

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

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

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

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