#A39669

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

Shades of Tallow #A39669

Tints of Tallow #A39669

Color information

#A39669 (or 0xA39669) is unknown color: approx Tallow. HEX triplet: A3, 96 and 69. RGB value is (163,150,105). Sum of RGB (Red+Green+Blue) = 163+150+105=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A39669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39669 is #5C6996. Grayscale: #949494. Windows color (decimal): -6056343 or 6919843. OLE color: 6919843.

HSL color Cylindrical-coordinate representation of color #A39669: hue angle of 46.55º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A39669 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB163150105-
CMYK00.080.360.36
HSL46.55º23.97%52.55%-
HSV(B)46.55º35.58%63.92%-
XYZ28.5630.6217.77-
YUV148.76103.31138.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=39.00%
G=35.89%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315010500.080.360.3646.5523.9752.55
HexA396690824242f1835
Octal2432261510104444573065
Binary101000111001011011010010100010010010010010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39669; }

 p { color: rgb(163,150,105); }

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

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

 a { background-color: rgb(163,150,105); }

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

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

 span { border-color: rgb(163,150,105); }

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