#A5A680

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

Shades of Locust #A5A680

Tints of Locust #A5A680

Color information

#A5A680 (or 0xA5A680) is unknown color: approx Locust. HEX triplet: A5, A6 and 80. RGB value is (165,166,128). Sum of RGB (Red+Green+Blue) = 165+166+128=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A680 is #5A597F. Grayscale: #A1A1A1. Windows color (decimal): -5921152 or 8431269. OLE color: 8431269.

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

Color convert

RGB165166128-
CMYK0.0100.230.35
HSL61.58º17.59%57.65%-
HSV(B)61.58º22.89%65.1%-
XYZ33.0536.8325.79-
YUV161.37109.17130.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 128 (50.39% from 255) = 27.89%
R=35.95%
G=36.17%
B=27.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651661280.0100.230.3561.5817.5957.65
HexA5A6801017233e123a
Octal245246200102743762272
Binary101001011010011010000000101011110001111111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A680; }

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

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

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

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

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

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

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

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