#A1A473

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

Shades of Locust #A1A473

Tints of Locust #A1A473

Color information

#A1A473 (or 0xA1A473) is unknown color: approx Locust. HEX triplet: A1, A4 and 73. RGB value is (161,164,115). Sum of RGB (Red+Green+Blue) = 161+164+115=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A473 is #5E5B8C. Grayscale: #9D9D9D. Windows color (decimal): -6183821 or 7578785. OLE color: 7578785.

HSL color Cylindrical-coordinate representation of color #A1A473: hue angle of 63.67º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1A473 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB161164115-
CMYK0.0200.300.36
HSL63.67º21.21%54.71%-
HSV(B)63.67º29.88%64.31%-
XYZ31.0735.3721.41-
YUV157.52104.01130.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=36.59%
G=37.27%
B=26.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1611641150.0200.300.3663.6721.2154.71
HexA1A473201E24401537
Octal2412441632036441002567
Binary1010000110100100111001110011110100100100000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A473; }

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

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

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

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

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

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

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

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