#A0A479

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

Shades of Locust #A0A479

Tints of Locust #A0A479

Color information

#A0A479 (or 0xA0A479) is unknown color: approx Locust. HEX triplet: A0, A4 and 79. RGB value is (160,164,121). Sum of RGB (Red+Green+Blue) = 160+164+121=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A479 is #5F5B86. Grayscale: #9E9E9E. Windows color (decimal): -6249351 or 7972000. OLE color: 7972000.

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

Color convert

RGB160164121-
CMYK0.0200.260.36
HSL65.58º19.11%55.88%-
HSV(B)65.58º26.22%64.31%-
XYZ31.2235.423.28-
YUV157.9107.17129.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=35.96%
G=36.85%
B=27.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601641210.0200.260.3665.5819.1155.88
HexA0A479201A24421338
Octal2402441712032441022370
Binary1010000010100100111100110011010100100100001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A479; }

 p { color: rgb(160,164,121); }

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

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

 a { background-color: rgb(160,164,121); }

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

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

 span { border-color: rgb(160,164,121); }

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