#A3A979

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

Shades of Locust #A3A979

Tints of Locust #A3A979

Color information

#A3A979 (or 0xA3A979) is unknown color: approx Locust. HEX triplet: A3, A9 and 79. RGB value is (163,169,121). Sum of RGB (Red+Green+Blue) = 163+169+121=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A979 is #5C5686. Grayscale: #A1A1A1. Windows color (decimal): -6051463 or 7973283. OLE color: 7973283.

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

Color convert

RGB163169121-
CMYK0.0400.280.34
HSL67.5º21.82%56.86%-
HSV(B)67.5º28.4%66.27%-
XYZ32.7437.5423.61-
YUV161.73105.01128.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=35.98%
G=37.31%
B=26.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631691210.0400.280.3467.521.8256.86
HexA3A979401C22441639
Octal2432511714034421042671
Binary10100011101010011111001100011100100010100010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A979; }

 p { color: rgb(163,169,121); }

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

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

 a { background-color: rgb(163,169,121); }

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

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

 span { border-color: rgb(163,169,121); }

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