#A0A585

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

Shades of Locust #A0A585

Tints of Locust #A0A585

Color information

#A0A585 (or 0xA0A585) is unknown color: approx Locust. HEX triplet: A0, A5 and 85. RGB value is (160,165,133). Sum of RGB (Red+Green+Blue) = 160+165+133=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A585 is #5F5A7A. Grayscale: #9F9F9F. Windows color (decimal): -6249083 or 8758688. OLE color: 8758688.

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

Color convert

RGB160165133-
CMYK0.0300.190.35
HSL69.38º15.09%58.43%-
HSV(B)69.38º19.39%64.71%-
XYZ32.1936.0827.46-
YUV159.86112.84128.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=34.93%
G=36.03%
B=29.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601651330.0300.190.3569.3815.0958.43
HexA0A58530132345f3a
Octal2402452053023431051772
Binary1010000010100101100001011101001110001110001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A585; }

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

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

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

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

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

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

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

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