#A5A785

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

Shades of Locust #A5A785

Tints of Locust #A5A785

Color information

#A5A785 (or 0xA5A785) is unknown color: approx Locust. HEX triplet: A5, A7 and 85. RGB value is (165,167,133). Sum of RGB (Red+Green+Blue) = 165+167+133=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A785 is #5A587A. Grayscale: #A2A2A2. Windows color (decimal): -5920891 or 8759205. OLE color: 8759205.

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

Color convert

RGB165167133-
CMYK0.0100.200.35
HSL63.53º16.19%58.82%-
HSV(B)63.53º20.36%65.49%-
XYZ33.5737.3327.63-
YUV162.53111.34129.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 167 (65.62% from 255) = 35.91%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=35.48%
G=35.91%
B=28.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651671330.0100.200.3563.5316.1958.82
HexA5A78510142340103b
Octal2452472051024431002073
Binary1010010110100111100001011010100100011100000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A785; }

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

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

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

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

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

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

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

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