#A99774

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

Shades of Tallow #A99774

Tints of Tallow #A99774

Color information

#A99774 (or 0xA99774) is unknown color: approx Tallow. HEX triplet: A9, 97 and 74. RGB value is (169,151,116). Sum of RGB (Red+Green+Blue) = 169+151+116=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A99774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99774 is #56688B. Grayscale: #989898. Windows color (decimal): -5662860 or 7641001. OLE color: 7641001.

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

Color convert

RGB169151116-
CMYK00.110.310.34
HSL39.62º23.56%55.88%-
HSV(B)39.62º31.36%66.27%-
XYZ30.5831.8321.05-
YUV152.39107.46139.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 116 (45.70% from 255) = 26.61%
R=38.76%
G=34.63%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915111600.110.310.3439.6223.5655.88
HexA997740B1F22281838
Octal2512271640133742503070
Binary10101001100101111110100010111111110001010100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99774; }

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

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

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

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

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

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

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

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