#A5AA85

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

Shades of Locust #A5AA85

Tints of Locust #A5AA85

Color information

#A5AA85 (or 0xA5AA85) is unknown color: approx Locust. HEX triplet: A5, AA and 85. RGB value is (165,170,133). Sum of RGB (Red+Green+Blue) = 165+170+133=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AA85 is #5A557A. Grayscale: #A4A4A4. Windows color (decimal): -5920123 or 8759973. OLE color: 8759973.

HSL color Cylindrical-coordinate representation of color #A5AA85: hue angle of 68.11º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5AA85 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB165170133-
CMYK0.0300.220.33
HSL68.11º17.87%59.41%-
HSV(B)68.11º21.76%66.67%-
XYZ34.1338.4427.81-
YUV164.29110.34128.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=35.26%
G=36.32%
B=28.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651701330.0300.220.3368.1117.8759.41
HexA5AA8530162144123b
Octal2452522053026411042273
Binary10100101101010101000010111010110100001100010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA85; }

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

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

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

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

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

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

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

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