#A69965

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

Shades of Tallow #A69965

Tints of Tallow #A69965

Color information

#A69965 (or 0xA69965) is unknown color: approx Tallow. HEX triplet: A6, 99 and 65. RGB value is (166,153,101). Sum of RGB (Red+Green+Blue) = 166+153+101=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A69965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69965 is #59669A. Grayscale: #979797. Windows color (decimal): -5858971 or 6658470. OLE color: 6658470.

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

Color convert

RGB166153101-
CMYK00.080.390.35
HSL48º26.75%52.35%-
HSV(B)48º39.16%65.1%-
XYZ29.4731.8316.9-
YUV150.9699.81138.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=39.52%
G=36.43%
B=24.05%

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
Decimal16615310100.080.390.354826.7552.35
HexA69965082723301b34
Octal2462311450104743603364
Binary101001101001100111001010100010011110001111000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69965; }

 p { color: rgb(166,153,101); }

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

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

 a { background-color: rgb(166,153,101); }

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

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

 span { border-color: rgb(166,153,101); }

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