#A09775

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

Shades of Tallow #A09775

Tints of Tallow #A09775

Color information

#A09775 (or 0xA09775) is unknown color: approx Tallow. HEX triplet: A0, 97 and 75. RGB value is (160,151,117). Sum of RGB (Red+Green+Blue) = 160+151+117=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A09775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09775 is #5F688A. Grayscale: #959595. Windows color (decimal): -6252683 or 7706528. OLE color: 7706528.

HSL color Cylindrical-coordinate representation of color #A09775: hue angle of 47.44º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A09775 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB160151117-
CMYK00.060.270.37
HSL47.44º18.45%54.31%-
HSV(B)47.44º26.88%62.75%-
XYZ28.7730.8921.28-
YUV149.82109.48135.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=37.38%
G=35.28%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015111700.060.270.3747.4418.4554.31
HexA09775061B252f1236
Octal240227165063345572266
Binary1010000010010111111010101101101110010110111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09775; }

 p { color: rgb(160,151,117); }

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

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

 a { background-color: rgb(160,151,117); }

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

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

 span { border-color: rgb(160,151,117); }

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