#A99666

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

Shades of Tallow #A99666

Tints of Tallow #A99666

Color information

#A99666 (or 0xA99666) is unknown color: approx Tallow. HEX triplet: A9, 96 and 66. RGB value is (169,150,102). Sum of RGB (Red+Green+Blue) = 169+150+102=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A99666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99666 is #566999. Grayscale: #969696. Windows color (decimal): -5663130 or 6723241. OLE color: 6723241.

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

Color convert

RGB169150102-
CMYK00.110.400.34
HSL42.99º28.03%53.14%-
HSV(B)42.99º39.64%66.27%-
XYZ29.6731.2117.03-
YUV150.21100.79141.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.14%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 102 (40.23% from 255) = 24.23%
R=40.14%
G=35.63%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915010200.110.400.3442.9928.0353.14
HexA996660B28222b1c35
Octal2512261460135042533465
Binary101010011001011011001100101110100010001010101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99666; }

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

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

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

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

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

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

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

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