#A7A979

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

Shades of Locust #A7A979

Tints of Locust #A7A979

Color information

#A7A979 (or 0xA7A979) is unknown color: approx Locust. HEX triplet: A7, A9 and 79. RGB value is (167,169,121). Sum of RGB (Red+Green+Blue) = 167+169+121=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A979 is #585686. Grayscale: #A3A3A3. Windows color (decimal): -5789319 or 7973287. OLE color: 7973287.

HSL color Cylindrical-coordinate representation of color #A7A979: hue angle of 62.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 #A7A979 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB167169121-
CMYK0.0100.280.34
HSL62.5º21.82%56.86%-
HSV(B)62.5º28.4%66.27%-
XYZ33.5837.9723.65-
YUV162.93104.34130.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=36.54%
G=36.98%
B=26.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1671691210.0100.280.3462.521.8256.86
HexA7A979101C223e1639
Octal247251171103442762671
Binary10100111101010011111001101110010001011111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A979; }

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

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

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

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

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

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

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

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