#A09F79

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

Shades of Locust #A09F79

Tints of Locust #A09F79

Color information

#A09F79 (or 0xA09F79) is unknown color: approx Locust. HEX triplet: A0, 9F and 79. RGB value is (160,159,121). Sum of RGB (Red+Green+Blue) = 160+159+121=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09F79 is #5F6086. Grayscale: #9B9B9B. Windows color (decimal): -6250631 or 7970720. OLE color: 7970720.

HSL color Cylindrical-coordinate representation of color #A09F79: hue angle of 58.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09F79 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160159121-
CMYK00.010.240.37
HSL58.46º17.03%55.1%-
HSV(B)58.46º24.38%62.75%-
XYZ30.3533.6522.98-
YUV154.97108.83131.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 121 (47.66% from 255) = 27.5%
R=36.36%
G=36.14%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015912100.010.240.3758.4617.0355.1
HexA09F790118253a1137
Octal240237171013045722167
Binary10100000100111111111001011100010010111101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F79; }

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

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

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

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

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

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

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

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