#A59A7A

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

Shades of Tallow #A59A7A

Tints of Tallow #A59A7A

Color information

#A59A7A (or 0xA59A7A) is unknown color: approx Tallow. HEX triplet: A5, 9A and 7A. RGB value is (165,154,122). Sum of RGB (Red+Green+Blue) = 165+154+122=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A7A is #5A6585. Grayscale: #999999. Windows color (decimal): -5924230 or 8034981. OLE color: 8034981.

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

Color convert

RGB165154122-
CMYK00.070.260.35
HSL44.65º19.28%56.27%-
HSV(B)44.65º26.06%64.71%-
XYZ30.5932.5223.08-
YUV153.64110.14136.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.41%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=37.41%
G=34.92%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515412200.070.260.3544.6519.2856.27
HexA59A7A071A232d1338
Octal245232172073243552370
Binary1010010110011010111101001111101010001110110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59A7A; }

 p { color: rgb(165,154,122); }

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

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

 a { background-color: rgb(165,154,122); }

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

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

 span { border-color: rgb(165,154,122); }

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