#A59969

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

Shades of Tallow #A59969

Tints of Tallow #A59969

Color information

#A59969 (or 0xA59969) is unknown color: approx Tallow. HEX triplet: A5, 99 and 69. RGB value is (165,153,105). Sum of RGB (Red+Green+Blue) = 165+153+105=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A59969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59969 is #5A6696. Grayscale: #979797. Windows color (decimal): -5924503 or 6920613. OLE color: 6920613.

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

Color convert

RGB165153105-
CMYK00.070.360.35
HSL48º25%52.94%-
HSV(B)48º36.36%64.71%-
XYZ29.4631.817.95-
YUV151.12101.98137.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=39.01%
G=36.17%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515310500.070.360.35482552.94
HexA59969072423301935
Octal245231151074443603165
Binary10100101100110011101001011110010010001111000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59969; }

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

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

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

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

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

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

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

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