#A99E6C

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

Shades of Tallow #A99E6C

Tints of Tallow #A99E6C

Color information

#A99E6C (or 0xA99E6C) is unknown color: approx Tallow. HEX triplet: A9, 9E and 6C. RGB value is (169,158,108). Sum of RGB (Red+Green+Blue) = 169+158+108=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E6C is #566193. Grayscale: #9B9B9B. Windows color (decimal): -5661076 or 7118505. OLE color: 7118505.

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

Color convert

RGB169158108-
CMYK00.070.360.34
HSL49.18º26.18%54.31%-
HSV(B)49.18º36.09%66.27%-
XYZ31.333.9719.1-
YUV155.59101.14137.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 158 (62.11% from 255) = 36.32%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=38.85%
G=36.32%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915810800.070.360.3449.1826.1854.31
HexA99E6C072422311a36
Octal251236154074442613266
Binary10101001100111101101100011110010010001011000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E6C; }

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

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

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

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

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

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

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

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