#A1A289

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

Shades of Locust #A1A289

Tints of Locust #A1A289

Color information

#A1A289 (or 0xA1A289) is unknown color: approx Locust. HEX triplet: A1, A2 and 89. RGB value is (161,162,137). Sum of RGB (Red+Green+Blue) = 161+162+137=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A289 is #5E5D76. Grayscale: #9E9E9E. Windows color (decimal): -6184311 or 9020065. OLE color: 9020065.

HSL color Cylindrical-coordinate representation of color #A1A289: hue angle of 62.4º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1A289 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB161162137-
CMYK0.0100.150.36
HSL62.4º11.85%58.63%-
HSV(B)62.4º15.43%63.53%-
XYZ32.1335.2228.77-
YUV158.85115.67129.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 137 (53.91% from 255) = 29.78%
R=35%
G=35.22%
B=29.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611621370.0100.150.3662.411.8558.63
HexA1A28910F243ec3b
Octal241242211101744761473
Binary1010000110100010100010011011111001001111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A289; }

 p { color: rgb(161,162,137); }

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

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

 a { background-color: rgb(161,162,137); }

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

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

 span { border-color: rgb(161,162,137); }

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