#A99570

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

Shades of Tallow #A99570

Tints of Tallow #A99570

Color information

#A99570 (or 0xA99570) is unknown color: approx Tallow. HEX triplet: A9, 95 and 70. RGB value is (169,149,112). Sum of RGB (Red+Green+Blue) = 169+149+112=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A99570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99570 is #566A8F. Grayscale: #969696. Windows color (decimal): -5663376 or 7378345. OLE color: 7378345.

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

Color convert

RGB169149112-
CMYK00.120.340.34
HSL38.95º24.89%55.1%-
HSV(B)38.95º33.73%66.27%-
XYZ30.0331.119.75-
YUV150.76106.13141.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 112 (44.14% from 255) = 26.05%
R=39.30%
G=34.65%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914911200.120.340.3438.9524.8955.1
HexA995700C2222271937
Octal2512251600144242473167
Binary101010011001010111100000110010001010001010011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99570; }

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

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

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

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

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

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

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

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