#A5956E

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

Shades of Tallow #A5956E

Tints of Tallow #A5956E

Color information

#A5956E (or 0xA5956E) is unknown color: approx Tallow. HEX triplet: A5, 95 and 6E. RGB value is (165,149,110). Sum of RGB (Red+Green+Blue) = 165+149+110=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5956E is #5A6A91. Grayscale: #959595. Windows color (decimal): -5925522 or 7247269. OLE color: 7247269.

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

Color convert

RGB165149110-
CMYK00.100.330.35
HSL42.55º23.4%53.92%-
HSV(B)42.55º33.33%64.71%-
XYZ29.0830.6219.13-
YUV149.34105.8139.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=38.92%
G=35.14%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514911000.100.330.3542.5523.453.92
HexA5956E0A21232b1736
Octal2452251560124143532766
Binary101001011001010111011100101010000110001110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5956E; }

 p { color: rgb(165,149,110); }

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

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

 a { background-color: rgb(165,149,110); }

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

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

 span { border-color: rgb(165,149,110); }

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