#A79966

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

Shades of Tallow #A79966

Tints of Tallow #A79966

Color information

#A79966 (or 0xA79966) is unknown color: approx Tallow. HEX triplet: A7, 99 and 66. RGB value is (167,153,102). Sum of RGB (Red+Green+Blue) = 167+153+102=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A79966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79966 is #586699. Grayscale: #979797. Windows color (decimal): -5793434 or 6724007. OLE color: 6724007.

HSL color Cylindrical-coordinate representation of color #A79966: hue angle of 47.08º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A79966 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB167153102-
CMYK00.080.390.35
HSL47.08º26.97%52.75%-
HSV(B)47.08º38.92%65.49%-
XYZ29.7331.9617.17-
YUV151.37100.14139.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=39.57%
G=36.26%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715310200.080.390.3547.0826.9752.75
HexA799660827232f1b35
Octal2472311460104743573365
Binary101001111001100111001100100010011110001110111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79966; }

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

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

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

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

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

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

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

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