#A99966

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

Shades of Tallow #A99966

Tints of Tallow #A99966

Color information

#A99966 (or 0xA99966) is unknown color: approx Tallow. HEX triplet: A9, 99 and 66. RGB value is (169,153,102). Sum of RGB (Red+Green+Blue) = 169+153+102=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A99966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99966 is #566699. Grayscale: #989898. Windows color (decimal): -5662362 or 6724009. OLE color: 6724009.

HSL color Cylindrical-coordinate representation of color #A99966: hue angle of 45.67º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A99966 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169153102-
CMYK00.090.400.34
HSL45.67º28.03%53.14%-
HSV(B)45.67º39.64%66.27%-
XYZ30.1532.1817.19-
YUV151.9799.8140.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 102 (40.23% from 255) = 24.06%
R=39.86%
G=36.08%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915310200.090.400.3445.6728.0353.14
HexA999660928222e1c35
Octal2512311460115042563465
Binary101010011001100111001100100110100010001010111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99966; }

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

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

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

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

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

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

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

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