#A3A480

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

Shades of Locust #A3A480

Tints of Locust #A3A480

Color information

#A3A480 (or 0xA3A480) is unknown color: approx Locust. HEX triplet: A3, A4 and 80. RGB value is (163,164,128). Sum of RGB (Red+Green+Blue) = 163+164+128=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A480 is #5C5B7F. Grayscale: #9F9F9F. Windows color (decimal): -6052736 or 8430755. OLE color: 8430755.

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

Color convert

RGB163164128-
CMYK0.0100.220.36
HSL61.67º16.51%57.25%-
HSV(B)61.67º21.95%64.31%-
XYZ32.2835.925.65-
YUV159.6110.17130.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=35.82%
G=36.04%
B=28.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631641280.0100.220.3661.6716.5157.25
HexA3A4801016243e1139
Octal243244200102644762171
Binary101000111010010010000000101011010010011111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A480; }

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

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

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

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

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

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

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

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