#A09975

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

Shades of Tallow #A09975

Tints of Tallow #A09975

Color information

#A09975 (or 0xA09975) is unknown color: approx Tallow. HEX triplet: A0, 99 and 75. RGB value is (160,153,117). Sum of RGB (Red+Green+Blue) = 160+153+117=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A09975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09975 is #5F668A. Grayscale: #979797. Windows color (decimal): -6252171 or 7707040. OLE color: 7707040.

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

Color convert

RGB160153117-
CMYK00.040.270.37
HSL50.23º18.45%54.31%-
HSV(B)50.23º26.88%62.75%-
XYZ29.131.5421.38-
YUV150.99108.82134.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=37.21%
G=35.58%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015311700.040.270.3750.2318.4554.31
HexA09975041B25321236
Octal240231165043345622266
Binary1010000010011001111010101001101110010111001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09975; }

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

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

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

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

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

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

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

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