#A5986E

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

Shades of Tallow #A5986E

Tints of Tallow #A5986E

Color information

#A5986E (or 0xA5986E) is unknown color: approx Tallow. HEX triplet: A5, 98 and 6E. RGB value is (165,152,110). Sum of RGB (Red+Green+Blue) = 165+152+110=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A5986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5986E is #5A6791. Grayscale: #979797. Windows color (decimal): -5924754 or 7248037. OLE color: 7248037.

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

Color convert

RGB165152110-
CMYK00.080.330.35
HSL45.82º23.4%53.92%-
HSV(B)45.82º33.33%64.71%-
XYZ29.5631.5819.29-
YUV151.1104.81137.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=38.64%
G=35.60%
B=25.76%

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
Decimal16515211000.080.330.3545.8223.453.92
HexA5986E0821232e1736
Octal2452301560104143562766
Binary101001011001100011011100100010000110001110111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5986E; }

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

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

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

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

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

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

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

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