#A1A07A

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

Shades of Locust #A1A07A

Tints of Locust #A1A07A

Color information

#A1A07A (or 0xA1A07A) is unknown color: approx Locust. HEX triplet: A1, A0 and 7A. RGB value is (161,160,122). Sum of RGB (Red+Green+Blue) = 161+160+122=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A07A is #5E5F85. Grayscale: #9C9C9C. Windows color (decimal): -6184838 or 8036513. OLE color: 8036513.

HSL color Cylindrical-coordinate representation of color #A1A07A: hue angle of 58.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1A07A is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB161160122-
CMYK00.010.240.37
HSL58.46º17.18%55.49%-
HSV(B)58.46º24.22%63.14%-
XYZ30.7834.1223.38-
YUV155.97108.83131.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 122 (48.05% from 255) = 27.54%
R=36.34%
G=36.12%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116012200.010.240.3758.4617.1855.49
HexA1A07A0118253a1137
Octal241240172013045722167
Binary10100001101000001111010011100010010111101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A07A; }

 p { color: rgb(161,160,122); }

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

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

 a { background-color: rgb(161,160,122); }

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

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

 span { border-color: rgb(161,160,122); }

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