#A99766

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

Shades of Tallow #A99766

Tints of Tallow #A99766

Color information

#A99766 (or 0xA99766) is unknown color: approx Tallow. HEX triplet: A9, 97 and 66. RGB value is (169,151,102). Sum of RGB (Red+Green+Blue) = 169+151+102=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A99766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99766 is #566899. Grayscale: #979797. Windows color (decimal): -5662874 or 6723497. OLE color: 6723497.

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

Color convert

RGB169151102-
CMYK00.110.400.34
HSL43.88º28.03%53.14%-
HSV(B)43.88º39.64%66.27%-
XYZ29.8331.5317.08-
YUV150.8100.46140.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=40.05%
G=35.78%
B=24.17%

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
Decimal16915110200.110.400.3443.8828.0353.14
HexA997660B28222c1c35
Octal2512271460135042543465
Binary101010011001011111001100101110100010001010110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99766; }

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

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

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

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

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

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

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

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