#A3A977

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

Shades of Locust #A3A977

Tints of Locust #A3A977

Color information

#A3A977 (or 0xA3A977) is unknown color: approx Locust. HEX triplet: A3, A9 and 77. RGB value is (163,169,119). Sum of RGB (Red+Green+Blue) = 163+169+119=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A977 is #5C5688. Grayscale: #A1A1A1. Windows color (decimal): -6051465 or 7842211. OLE color: 7842211.

HSL color Cylindrical-coordinate representation of color #A3A977: hue angle of 67.2º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3A977 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB163169119-
CMYK0.0400.300.34
HSL67.2º22.52%56.47%-
HSV(B)67.2º29.59%66.27%-
XYZ32.6237.4922.97-
YUV161.51104.01129.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 169 (66.41% from 255) = 37.47%
BLUE value IS 119 (46.88% from 255) = 26.39%
R=36.14%
G=37.47%
B=26.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631691190.0400.300.3467.222.5256.47
HexA3A977401E22431738
Octal2432511674036421032770
Binary10100011101010011110111100011110100010100001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A977; }

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

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

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

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

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

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

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

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