#A1A371

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

Shades of Locust #A1A371

Tints of Locust #A1A371

Color information

#A1A371 (or 0xA1A371) is unknown color: approx Locust. HEX triplet: A1, A3 and 71. RGB value is (161,163,113). Sum of RGB (Red+Green+Blue) = 161+163+113=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A371 is #5E5C8E. Grayscale: #9C9C9C. Windows color (decimal): -6184079 or 7447457. OLE color: 7447457.

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

Color convert

RGB161163113-
CMYK0.0100.310.36
HSL62.4º21.37%54.12%-
HSV(B)62.4º30.67%63.92%-
XYZ30.7834.9620.75-
YUV156.7103.34131.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 163 (64.06% from 255) = 37.30%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=36.84%
G=37.30%
B=25.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611631130.0100.310.3662.421.3754.12
HexA1A371101F243e1536
Octal241243161103744762566
Binary10100001101000111110001101111110010011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A371; }

 p { color: rgb(161,163,113); }

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

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

 a { background-color: rgb(161,163,113); }

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

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

 span { border-color: rgb(161,163,113); }

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