#A99974

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

Shades of Tallow #A99974

Tints of Tallow #A99974

Color information

#A99974 (or 0xA99974) is unknown color: approx Tallow. HEX triplet: A9, 99 and 74. RGB value is (169,153,116). Sum of RGB (Red+Green+Blue) = 169+153+116=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A99974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99974 is #56668B. Grayscale: #999999. Windows color (decimal): -5662348 or 7641513. OLE color: 7641513.

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

Color convert

RGB169153116-
CMYK00.090.310.34
HSL41.89º23.56%55.88%-
HSV(B)41.89º31.36%66.27%-
XYZ30.9132.4821.16-
YUV153.57106.8139.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=38.58%
G=34.93%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915311600.090.310.3441.8923.5655.88
HexA99974091F222a1838
Octal2512311640113742523070
Binary10101001100110011110100010011111110001010101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99974; }

 p { color: rgb(169,153,116); }

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

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

 a { background-color: rgb(169,153,116); }

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

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

 span { border-color: rgb(169,153,116); }

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