#A99F6C

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

Shades of Tallow #A99F6C

Tints of Tallow #A99F6C

Color information

#A99F6C (or 0xA99F6C) is unknown color: approx Tallow. HEX triplet: A9, 9F and 6C. RGB value is (169,159,108). Sum of RGB (Red+Green+Blue) = 169+159+108=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F6C is #566093. Grayscale: #9C9C9C. Windows color (decimal): -5660820 or 7118761. OLE color: 7118761.

HSL color Cylindrical-coordinate representation of color #A99F6C: hue angle of 50.16º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A99F6C is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB169159108-
CMYK00.060.360.34
HSL50.16º26.18%54.31%-
HSV(B)50.16º36.09%66.27%-
XYZ31.4734.3119.15-
YUV156.18100.81137.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=38.76%
G=36.47%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915910800.060.360.3450.1626.1854.31
HexA99F6C062422321a36
Octal251237154064442623266
Binary10101001100111111101100011010010010001011001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99F6C; }

 p { color: rgb(169,159,108); }

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

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

 a { background-color: rgb(169,159,108); }

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

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

 span { border-color: rgb(169,159,108); }

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