#ACB473

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

Shades of Locust #ACB473

Tints of Locust #ACB473

Color information

#ACB473 (or 0xACB473) is unknown color: approx Locust. HEX triplet: AC, B4 and 73. RGB value is (172,180,115). Sum of RGB (Red+Green+Blue) = 172+180+115=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB473 is #534B8C. Grayscale: #AAAAAA. Windows color (decimal): -5458829 or 7582892. OLE color: 7582892.

HSL color Cylindrical-coordinate representation of color #ACB473: hue angle of 67.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACB473 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB172180115-
CMYK0.0400.360.29
HSL67.38º30.23%57.84%-
HSV(B)67.38º36.11%70.59%-
XYZ36.4342.6522.53-
YUV170.296.85129.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=36.83%
G=38.54%
B=24.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801150.0400.360.2967.3830.2357.84
HexACB47340241D431e3a
Octal2542641634044351033672
Binary10101100101101001110011100010010011101100001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB473; }

 p { color: rgb(172,180,115); }

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

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

 a { background-color: rgb(172,180,115); }

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

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

 span { border-color: rgb(172,180,115); }

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