#A99573

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

Shades of Tallow #A99573

Tints of Tallow #A99573

Color information

#A99573 (or 0xA99573) is unknown color: approx Tallow. HEX triplet: A9, 95 and 73. RGB value is (169,149,115). Sum of RGB (Red+Green+Blue) = 169+149+115=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A99573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99573 is #566A8C. Grayscale: #979797. Windows color (decimal): -5663373 or 7574953. OLE color: 7574953.

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

Color convert

RGB169149115-
CMYK00.120.320.34
HSL37.78º23.89%55.69%-
HSV(B)37.78º31.95%66.27%-
XYZ30.231.1720.64-
YUV151.1107.63140.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=39.03%
G=34.41%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914911500.120.320.3437.7823.8955.69
HexA995730C2022261838
Octal2512251630144042463070
Binary101010011001010111100110110010000010001010011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99573; }

 p { color: rgb(169,149,115); }

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

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

 a { background-color: rgb(169,149,115); }

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

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

 span { border-color: rgb(169,149,115); }

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