#A2A379

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

Shades of Locust #A2A379

Tints of Locust #A2A379

Color information

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

HSL color Cylindrical-coordinate representation of color #A2A379: hue angle of 61.43º 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 #A2A379 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB162163121-
CMYK0.0100.260.36
HSL61.43º18.58%55.69%-
HSV(B)61.43º25.77%63.92%-
XYZ31.4535.2623.24-
YUV157.91107.17130.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621631210.0100.260.3661.4318.5855.69
HexA2A379101A243d1338
Octal242243171103244752370
Binary10100010101000111111001101101010010011110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A379; }

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

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

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

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

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

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

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

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