#A59965

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

Shades of Tallow #A59965

Tints of Tallow #A59965

Color information

#A59965 (or 0xA59965) is unknown color: approx Tallow. HEX triplet: A5, 99 and 65. RGB value is (165,153,101). Sum of RGB (Red+Green+Blue) = 165+153+101=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A59965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59965 is #5A669A. Grayscale: #969696. Windows color (decimal): -5924507 or 6658469. OLE color: 6658469.

HSL color Cylindrical-coordinate representation of color #A59965: hue angle of 48.75º degrees, saturation: 0.26, 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 #A59965 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB165153101-
CMYK00.070.390.35
HSL48.75º26.23%52.16%-
HSV(B)48.75º38.79%64.71%-
XYZ29.2631.7216.89-
YUV150.6699.98138.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 101 (39.84% from 255) = 24.11%
R=39.38%
G=36.52%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515310100.070.390.3548.7526.2352.16
HexA59965072723311a34
Octal245231145074743613264
Binary10100101100110011100101011110011110001111000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59965; }

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

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

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

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

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

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

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

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