#A09F78

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

Shades of Locust #A09F78

Tints of Locust #A09F78

Color information

#A09F78 (or 0xA09F78) is unknown color: approx Locust. HEX triplet: A0, 9F and 78. RGB value is (160,159,120). Sum of RGB (Red+Green+Blue) = 160+159+120=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09F78 is #5F6087. Grayscale: #9B9B9B. Windows color (decimal): -6250632 or 7905184. OLE color: 7905184.

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

Color convert

RGB160159120-
CMYK00.010.250.37
HSL58.5º17.39%54.9%-
HSV(B)58.5º25%62.75%-
XYZ30.2933.6322.66-
YUV154.85108.33131.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 159 (62.5% from 255) = 36.22%
BLUE value IS 120 (47.27% from 255) = 27.33%
R=36.45%
G=36.22%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015912000.010.250.3758.517.3954.9
HexA09F780119253a1137
Octal240237170013145722167
Binary10100000100111111111000011100110010111101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F78; }

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

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

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

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

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

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

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

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