#A99877

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

Shades of Tallow #A99877

Tints of Tallow #A99877

Color information

#A99877 (or 0xA99877) is unknown color: approx Tallow. HEX triplet: A9, 98 and 77. RGB value is (169,152,119). Sum of RGB (Red+Green+Blue) = 169+152+119=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 169 - color contains mainly: red. Hex color #A99877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99877 is #566788. Grayscale: #999999. Windows color (decimal): -5662601 or 7837865. OLE color: 7837865.

HSL color Cylindrical-coordinate representation of color #A99877: hue angle of 39.6º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99877 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169152119-
CMYK00.100.300.34
HSL39.6º22.52%56.47%-
HSV(B)39.6º29.59%66.27%-
XYZ30.9232.2222.04-
YUV153.32108.63139.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 152 (59.77% from 255) = 34.55%
BLUE value IS 119 (46.88% from 255) = 27.05%
R=38.41%
G=34.55%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915211900.100.300.3439.622.5256.47
HexA998770A1E22281738
Octal2512301670123642502770
Binary10101001100110001110111010101111010001010100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99877; }

 p { color: rgb(169,152,119); }

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

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

 a { background-color: rgb(169,152,119); }

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

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

 span { border-color: rgb(169,152,119); }

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