#A59470

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

Shades of Tallow #A59470

Tints of Tallow #A59470

Color information

#A59470 (or 0xA59470) is unknown color: approx Tallow. HEX triplet: A5, 94 and 70. RGB value is (165,148,112). Sum of RGB (Red+Green+Blue) = 165+148+112=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A59470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59470 is #5A6B8F. Grayscale: #959595. Windows color (decimal): -5925776 or 7378085. OLE color: 7378085.

HSL color Cylindrical-coordinate representation of color #A59470: hue angle of 40.75º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A59470 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165148112-
CMYK00.100.320.35
HSL40.75º22.75%54.31%-
HSV(B)40.75º32.12%64.71%-
XYZ29.0330.3519.66-
YUV148.98107.13139.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=38.82%
G=34.82%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514811200.100.320.3540.7522.7554.31
HexA594700A2023291736
Octal2452241600124043512766
Binary101001011001010011100000101010000010001110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59470; }

 p { color: rgb(165,148,112); }

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

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

 a { background-color: rgb(165,148,112); }

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

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

 span { border-color: rgb(165,148,112); }

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