#A3A483

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

Shades of Locust #A3A483

Tints of Locust #A3A483

Color information

#A3A483 (or 0xA3A483) is unknown color: approx Locust. HEX triplet: A3, A4 and 83. RGB value is (163,164,131). Sum of RGB (Red+Green+Blue) = 163+164+131=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A483 is #5C5B7C. Grayscale: #A0A0A0. Windows color (decimal): -6052733 or 8627363. OLE color: 8627363.

HSL color Cylindrical-coordinate representation of color #A3A483: hue angle of 61.82º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3A483 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163164131-
CMYK0.0100.200.36
HSL61.82º15.35%57.84%-
HSV(B)61.82º20.12%64.31%-
XYZ32.4835.9826.71-
YUV159.94111.67130.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 164 (64.45% from 255) = 35.81%
BLUE value IS 131 (51.56% from 255) = 28.60%
R=35.59%
G=35.81%
B=28.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631641310.0100.200.3661.8215.3557.84
HexA3A4831014243ef3a
Octal243244203102444761772
Binary10100011101001001000001110101001001001111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A483; }

 p { color: rgb(163,164,131); }

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

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

 a { background-color: rgb(163,164,131); }

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

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

 span { border-color: rgb(163,164,131); }

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