#A1A07E

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

Shades of Locust #A1A07E

Tints of Locust #A1A07E

Color information

#A1A07E (or 0xA1A07E) is unknown color: approx Locust. HEX triplet: A1, A0 and 7E. RGB value is (161,160,126). Sum of RGB (Red+Green+Blue) = 161+160+126=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A07E is #5E5F81. Grayscale: #9C9C9C. Windows color (decimal): -6184834 or 8298657. OLE color: 8298657.

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

Color convert

RGB161160126-
CMYK00.010.220.37
HSL58.29º15.7%56.27%-
HSV(B)58.29º21.74%63.14%-
XYZ31.0334.2324.71-
YUV156.42110.83131.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=36.02%
G=35.79%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116012600.010.220.3758.2915.756.27
HexA1A07E0116253a1038
Octal241240176012645722070
Binary10100001101000001111110011011010010111101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A07E; }

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

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

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

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

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

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

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

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