#A5A776

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

Shades of Locust #A5A776

Tints of Locust #A5A776

Color information

#A5A776 (or 0xA5A776) is unknown color: approx Locust. HEX triplet: A5, A7 and 76. RGB value is (165,167,118). Sum of RGB (Red+Green+Blue) = 165+167+118=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A776 is #5A5889. Grayscale: #A1A1A1. Windows color (decimal): -5920906 or 7776165. OLE color: 7776165.

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

Color convert

RGB165167118-
CMYK0.0100.290.35
HSL62.45º21.78%55.88%-
HSV(B)62.45º29.34%65.49%-
XYZ32.6136.9422.55-
YUV160.82103.84130.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 167 (65.62% from 255) = 37.11%
BLUE value IS 118 (46.48% from 255) = 26.22%
R=36.67%
G=37.11%
B=26.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651671180.0100.290.3562.4521.7855.88
HexA5A776101D233e1638
Octal245247166103543762670
Binary10100101101001111110110101110110001111111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A776; }

 p { color: rgb(165,167,118); }

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

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

 a { background-color: rgb(165,167,118); }

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

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

 span { border-color: rgb(165,167,118); }

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