#A5A770

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

Shades of Locust #A5A770

Tints of Locust #A5A770

Color information

#A5A770 (or 0xA5A770) is unknown color: approx Locust. HEX triplet: A5, A7 and 70. RGB value is (165,167,112). Sum of RGB (Red+Green+Blue) = 165+167+112=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A770 is #5A588F. Grayscale: #A0A0A0. Windows color (decimal): -5920912 or 7382949. OLE color: 7382949.

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

Color convert

RGB165167112-
CMYK0.0100.330.35
HSL62.18º23.81%54.71%-
HSV(B)62.18º32.93%65.49%-
XYZ32.2636.8120.73-
YUV160.13100.84131.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 167 (65.62% from 255) = 37.61%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=37.16%
G=37.61%
B=25.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651671120.0100.330.3562.1823.8154.71
HexA5A7701021233e1837
Octal245247160104143763067
Binary101001011010011111100001010000110001111111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A770; }

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

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

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

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

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

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

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

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