#A5A985

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

Shades of Locust #A5A985

Tints of Locust #A5A985

Color information

#A5A985 (or 0xA5A985) is unknown color: approx Locust. HEX triplet: A5, A9 and 85. RGB value is (165,169,133). Sum of RGB (Red+Green+Blue) = 165+169+133=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A985 is #5A567A. Grayscale: #A3A3A3. Windows color (decimal): -5920379 or 8759717. OLE color: 8759717.

HSL color Cylindrical-coordinate representation of color #A5A985: hue angle of 66.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5A985 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB165169133-
CMYK0.0200.210.34
HSL66.67º17.31%59.22%-
HSV(B)66.67º21.3%66.27%-
XYZ33.9438.0727.75-
YUV163.7110.67128.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 133 (52.34% from 255) = 28.48%
R=35.33%
G=36.19%
B=28.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651691330.0200.210.3466.6717.3159.22
HexA5A98520152243113b
Octal2452512052025421032173
Binary10100101101010011000010110010101100010100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A985; }

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

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

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

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

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

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

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

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