#A3A279

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

Shades of Locust #A3A279

Tints of Locust #A3A279

Color information

#A3A279 (or 0xA3A279) is unknown color: approx Locust. HEX triplet: A3, A2 and 79. RGB value is (163,162,121). Sum of RGB (Red+Green+Blue) = 163+162+121=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A279 is #5C5D86. Grayscale: #9D9D9D. Windows color (decimal): -6053255 or 7971491. OLE color: 7971491.

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

Color convert

RGB163162121-
CMYK00.010.260.36
HSL58.57º18.58%55.69%-
HSV(B)58.57º25.77%63.92%-
XYZ31.4835.0123.19-
YUV157.62107.33131.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=36.55%
G=36.32%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316212100.010.260.3658.5718.5855.69
HexA3A279011A243b1338
Octal243242171013244732370
Binary10100011101000101111001011101010010011101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A279; }

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

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

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

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

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

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

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

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