#A1A97E

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

Shades of Locust #A1A97E

Tints of Locust #A1A97E

Color information

#A1A97E (or 0xA1A97E) is unknown color: approx Locust. HEX triplet: A1, A9 and 7E. RGB value is (161,169,126). Sum of RGB (Red+Green+Blue) = 161+169+126=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A97E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A97E is #5E5681. Grayscale: #A1A1A1. Windows color (decimal): -6182530 or 8300961. OLE color: 8300961.

HSL color Cylindrical-coordinate representation of color #A1A97E: hue angle of 71.16º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1A97E is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB161169126-
CMYK0.0500.250.34
HSL71.16º20%57.84%-
HSV(B)71.16º25.44%66.27%-
XYZ32.6537.4625.25-
YUV161.71107.85127.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=35.31%
G=37.06%
B=27.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611691260.0500.250.3471.162057.84
HexA1A97E50192247143a
Octal2412511765031421072472
Binary10100001101010011111110101011001100010100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A97E; }

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

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

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

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

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

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

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

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