#A1A573

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

Shades of Locust #A1A573

Tints of Locust #A1A573

Color information

#A1A573 (or 0xA1A573) is unknown color: approx Locust. HEX triplet: A1, A5 and 73. RGB value is (161,165,115). Sum of RGB (Red+Green+Blue) = 161+165+115=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A573 is #5E5A8C. Grayscale: #9E9E9E. Windows color (decimal): -6183565 or 7579041. OLE color: 7579041.

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

Color convert

RGB161165115-
CMYK0.0200.300.35
HSL64.8º21.74%54.9%-
HSV(B)64.8º30.3%64.71%-
XYZ31.2535.7321.47-
YUV158.1103.67130.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=36.51%
G=37.41%
B=26.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611651150.0200.300.3564.821.7454.9
HexA1A573201E23411637
Octal2412451632036431012667
Binary1010000110100101111001110011110100011100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A573; }

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

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

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

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

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

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

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

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