#A5A477

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

Shades of Locust #A5A477

Tints of Locust #A5A477

Color information

#A5A477 (or 0xA5A477) is unknown color: approx Locust. HEX triplet: A5, A4 and 77. RGB value is (165,164,119). Sum of RGB (Red+Green+Blue) = 165+164+119=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A477 is #5A5B88. Grayscale: #9F9F9F. Windows color (decimal): -5921673 or 7840933. OLE color: 7840933.

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

Color convert

RGB165164119-
CMYK00.010.280.35
HSL58.7º20.35%55.69%-
HSV(B)58.7º27.88%64.71%-
XYZ32.1235.8822.69-
YUV159.17105.33132.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=36.83%
G=36.61%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516411900.010.280.3558.720.3555.69
HexA5A477011C233b1438
Octal245244167013443732470
Binary10100101101001001110111011110010001111101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A477; }

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

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

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

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

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

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

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

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