#A99872

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

Shades of Tallow #A99872

Tints of Tallow #A99872

Color information

#A99872 (or 0xA99872) is unknown color: approx Tallow. HEX triplet: A9, 98 and 72. RGB value is (169,152,114). Sum of RGB (Red+Green+Blue) = 169+152+114=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A99872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99872 is #56678D. Grayscale: #989898. Windows color (decimal): -5662606 or 7510185. OLE color: 7510185.

HSL color Cylindrical-coordinate representation of color #A99872: hue angle of 41.45º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99872 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169152114-
CMYK00.100.330.34
HSL41.45º24.23%55.49%-
HSV(B)41.45º32.54%66.27%-
XYZ30.6332.1120.5-
YUV152.75106.13139.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=38.85%
G=34.94%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915211400.100.330.3441.4524.2355.49
HexA998720A2122291837
Octal2512301620124142513067
Binary101010011001100011100100101010000110001010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99872; }

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

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

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

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

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

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

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

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