#A1A883

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

Shades of Locust #A1A883

Tints of Locust #A1A883

Color information

#A1A883 (or 0xA1A883) is unknown color: approx Locust. HEX triplet: A1, A8 and 83. RGB value is (161,168,131). Sum of RGB (Red+Green+Blue) = 161+168+131=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A883 is #5E577C. Grayscale: #A1A1A1. Windows color (decimal): -6182781 or 8628385. OLE color: 8628385.

HSL color Cylindrical-coordinate representation of color #A1A883: hue angle of 71.35º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1A883 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB161168131-
CMYK0.0400.220.34
HSL71.35º17.54%58.63%-
HSV(B)71.35º22.02%65.88%-
XYZ32.837.2226.93-
YUV161.69110.68127.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 131 (51.56% from 255) = 28.48%
R=35%
G=36.52%
B=28.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1611681310.0400.220.3471.3517.5458.63
HexA1A88340162247123b
Octal2412502034026421072273
Binary101000011010100010000011100010110100010100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A883; }

 p { color: rgb(161,168,131); }

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

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

 a { background-color: rgb(161,168,131); }

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

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

 span { border-color: rgb(161,168,131); }

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