#A5A583

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

Shades of Locust #A5A583

Tints of Locust #A5A583

Color information

#A5A583 (or 0xA5A583) is unknown color: approx Locust. HEX triplet: A5, A5 and 83. RGB value is (165,165,131). Sum of RGB (Red+Green+Blue) = 165+165+131=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A583 is #5A5A7C. Grayscale: #A1A1A1. Windows color (decimal): -5921405 or 8627621. OLE color: 8627621.

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

Color convert

RGB165165131-
CMYK000.210.35
HSL60º15.89%58.04%-
HSV(B)60º20.61%64.71%-
XYZ33.0736.5526.78-
YUV161.12111130.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 131 (51.56% from 255) = 28.42%
R=35.79%
G=35.79%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165165131000.210.356015.8958.04
HexA5A5830015233c103a
Octal245245203002543742072
Binary101001011010010110000011001010110001111110010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A583; }

 p { color: rgb(165,165,131); }

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

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

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

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

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

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

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