#A09F7A

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

Shades of Locust #A09F7A

Tints of Locust #A09F7A

Color information

#A09F7A (or 0xA09F7A) is unknown color: approx Locust. HEX triplet: A0, 9F and 7A. RGB value is (160,159,122). Sum of RGB (Red+Green+Blue) = 160+159+122=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09F7A is #5F6085. Grayscale: #9B9B9B. Windows color (decimal): -6250630 or 8036256. OLE color: 8036256.

HSL color Cylindrical-coordinate representation of color #A09F7A: hue angle of 58.42º 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 #A09F7A is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160159122-
CMYK00.010.240.37
HSL58.42º16.67%55.29%-
HSV(B)58.42º23.75%62.75%-
XYZ30.4133.6823.31-
YUV155.08109.33131.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=36.28%
G=36.05%
B=27.66%

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
Decimal16015912200.010.240.3758.4216.6755.29
HexA09F7A0118253a1137
Octal240237172013045722167
Binary10100000100111111111010011100010010111101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09F7A; }

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

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

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

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

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

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

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

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