#A1A585

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

Shades of Locust #A1A585

Tints of Locust #A1A585

Color information

#A1A585 (or 0xA1A585) is unknown color: approx Locust. HEX triplet: A1, A5 and 85. RGB value is (161,165,133). Sum of RGB (Red+Green+Blue) = 161+165+133=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A585 is #5E5A7A. Grayscale: #A0A0A0. Windows color (decimal): -6183547 or 8758689. OLE color: 8758689.

HSL color Cylindrical-coordinate representation of color #A1A585: hue angle of 67.5º 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 #A1A585 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB161165133-
CMYK0.0200.190.35
HSL67.5º15.09%58.43%-
HSV(B)67.5º19.39%64.71%-
XYZ32.3936.1827.47-
YUV160.16112.67128.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.08%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=35.08%
G=35.95%
B=28.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611651330.0200.190.3567.515.0958.43
HexA1A58520132344f3a
Octal2412452052023431041772
Binary1010000110100101100001011001001110001110001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A585; }

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

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

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

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

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

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

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

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