#A1A47A

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

Shades of Locust #A1A47A

Tints of Locust #A1A47A

Color information

#A1A47A (or 0xA1A47A) is unknown color: approx Locust. HEX triplet: A1, A4 and 7A. RGB value is (161,164,122). Sum of RGB (Red+Green+Blue) = 161+164+122=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A47A is #5E5B85. Grayscale: #9E9E9E. Windows color (decimal): -6183814 or 8037537. OLE color: 8037537.

HSL color Cylindrical-coordinate representation of color #A1A47A: hue angle of 64.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1A47A is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB161164122-
CMYK0.0200.260.36
HSL64.29º18.75%56.08%-
HSV(B)64.29º25.61%64.31%-
XYZ31.4935.5323.61-
YUV158.32107.51129.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=36.02%
G=36.69%
B=27.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611641220.0200.260.3664.2918.7556.08
HexA1A47A201A24401338
Octal2412441722032441002370
Binary1010000110100100111101010011010100100100000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A47A; }

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

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

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

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

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

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

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

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