#A5A473

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

Shades of Locust #A5A473

Tints of Locust #A5A473

Color information

#A5A473 (or 0xA5A473) is unknown color: approx Locust. HEX triplet: A5, A4 and 73. RGB value is (165,164,115). Sum of RGB (Red+Green+Blue) = 165+164+115=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A473 is #5A5B8C. Grayscale: #9E9E9E. Windows color (decimal): -5921677 or 7578789. OLE color: 7578789.

HSL color Cylindrical-coordinate representation of color #A5A473: hue angle of 58.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5A473 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB165164115-
CMYK00.010.300.35
HSL58.8º21.74%54.9%-
HSV(B)58.8º30.3%64.71%-
XYZ31.8935.7921.45-
YUV158.71103.33132.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 164 (64.45% from 255) = 36.94%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=37.16%
G=36.94%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516411500.010.300.3558.821.7454.9
HexA5A473011E233b1637
Octal245244163013643732667
Binary10100101101001001110011011111010001111101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A473; }

 p { color: rgb(165,164,115); }

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

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

 a { background-color: rgb(165,164,115); }

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

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

 span { border-color: rgb(165,164,115); }

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