#A3AA77

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

Shades of Locust #A3AA77

Tints of Locust #A3AA77

Color information

#A3AA77 (or 0xA3AA77) is unknown color: approx Locust. HEX triplet: A3, AA and 77. RGB value is (163,170,119). Sum of RGB (Red+Green+Blue) = 163+170+119=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA77 is #5C5588. Grayscale: #A2A2A2. Windows color (decimal): -6051209 or 7842467. OLE color: 7842467.

HSL color Cylindrical-coordinate representation of color #A3AA77: hue angle of 68.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3AA77 is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB163170119-
CMYK0.0400.30.33
HSL68.24º23.08%56.67%-
HSV(B)68.24º30%66.67%-
XYZ32.8137.8723.03-
YUV162.09103.68128.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 119 (46.88% from 255) = 26.33%
R=36.06%
G=37.61%
B=26.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631701190.0400.30.3368.2423.0856.67
HexA3AA77401E21441739
Octal2432521674036411042771
Binary10100011101010101110111100011110100001100010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA77; }

 p { color: rgb(163,170,119); }

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

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

 a { background-color: rgb(163,170,119); }

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

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

 span { border-color: rgb(163,170,119); }

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