#A5A470

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

Shades of Locust #A5A470

Tints of Locust #A5A470

Color information

#A5A470 (or 0xA5A470) is unknown color: approx Locust. HEX triplet: A5, A4 and 70. RGB value is (165,164,112). Sum of RGB (Red+Green+Blue) = 165+164+112=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A470 is #5A5B8F. Grayscale: #9E9E9E. Windows color (decimal): -5921680 or 7382181. OLE color: 7382181.

HSL color Cylindrical-coordinate representation of color #A5A470: hue angle of 58.87º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5A470 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165164112-
CMYK00.010.320.35
HSL58.87º22.75%54.31%-
HSV(B)58.87º32.12%64.71%-
XYZ31.7235.7220.55-
YUV158.37101.83132.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=37.41%
G=37.19%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516411200.010.320.3558.8722.7554.31
HexA5A4700120233b1736
Octal245244160014043732766
Binary101001011010010011100000110000010001111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A470; }

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

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

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

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

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

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

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

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