#A99F6A

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

Shades of Tallow #A99F6A

Tints of Tallow #A99F6A

Color information

#A99F6A (or 0xA99F6A) is unknown color: approx Tallow. HEX triplet: A9, 9F and 6A. RGB value is (169,159,106). Sum of RGB (Red+Green+Blue) = 169+159+106=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A99F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99F6A is #566095. Grayscale: #9C9C9C. Windows color (decimal): -5660822 or 6987689. OLE color: 6987689.

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

Color convert

RGB169159106-
CMYK00.060.370.34
HSL50.48º26.81%53.92%-
HSV(B)50.48º37.28%66.27%-
XYZ31.3634.2718.6-
YUV155.9599.81137.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 159 (62.5% from 255) = 36.64%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=38.94%
G=36.64%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915910600.060.370.3450.4826.8153.92
HexA99F6A062522321b36
Octal251237152064542623366
Binary10101001100111111101010011010010110001011001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99F6A; }

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

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

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

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

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

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

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

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