#A5976E

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

Shades of Tallow #A5976E

Tints of Tallow #A5976E

Color information

#A5976E (or 0xA5976E) is unknown color: approx Tallow. HEX triplet: A5, 97 and 6E. RGB value is (165,151,110). Sum of RGB (Red+Green+Blue) = 165+151+110=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A5976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5976E is #5A6891. Grayscale: #969696. Windows color (decimal): -5925010 or 7247781. OLE color: 7247781.

HSL color Cylindrical-coordinate representation of color #A5976E: hue angle of 44.73º 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 #A5976E is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165151110-
CMYK00.080.330.35
HSL44.73º23.4%53.92%-
HSV(B)44.73º33.33%64.71%-
XYZ29.431.2619.24-
YUV150.51105.14138.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=38.73%
G=35.45%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515111000.080.330.3544.7323.453.92
HexA5976E0821232d1736
Octal2452271560104143552766
Binary101001011001011111011100100010000110001110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5976E; }

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

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

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

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

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

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

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

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