#A5B080

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

Shades of Locust #A5B080

Tints of Locust #A5B080

Color information

#A5B080 (or 0xA5B080) is unknown color: approx Locust. HEX triplet: A5, B0 and 80. RGB value is (165,176,128). Sum of RGB (Red+Green+Blue) = 165+176+128=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B080 is #5A4F7F. Grayscale: #A7A7A7. Windows color (decimal): -5918592 or 8433829. OLE color: 8433829.

HSL color Cylindrical-coordinate representation of color #A5B080: hue angle of 73.75º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5B080 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB165176128-
CMYK0.0600.270.31
HSL73.75º23.3%59.61%-
HSV(B)73.75º27.27%69.02%-
XYZ34.9440.6126.42-
YUV167.24105.86126.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=35.18%
G=37.53%
B=27.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651761280.0600.270.3173.7523.359.61
HexA5B080601B1F4a173c
Octal2452602006033371122774
Binary10100101101100001000000011001101111111100101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B080; }

 p { color: rgb(165,176,128); }

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

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

 a { background-color: rgb(165,176,128); }

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

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

 span { border-color: rgb(165,176,128); }

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