#A99572

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

Shades of Tallow #A99572

Tints of Tallow #A99572

Color information

#A99572 (or 0xA99572) is unknown color: approx Tallow. HEX triplet: A9, 95 and 72. RGB value is (169,149,114). Sum of RGB (Red+Green+Blue) = 169+149+114=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99572 is #566A8D. Grayscale: #979797. Windows color (decimal): -5663374 or 7509417. OLE color: 7509417.

HSL color Cylindrical-coordinate representation of color #A99572: hue angle of 38.18º 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 #A99572 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169149114-
CMYK00.120.330.34
HSL38.18º24.23%55.49%-
HSV(B)38.18º32.54%66.27%-
XYZ30.1531.1420.34-
YUV150.99107.13140.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=39.12%
G=34.49%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914911400.120.330.3438.1824.2355.49
HexA995720C2122261837
Octal2512251620144142463067
Binary101010011001010111100100110010000110001010011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99572; }

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

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

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

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

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

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

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

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