#A5996D

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

Shades of Tallow #A5996D

Tints of Tallow #A5996D

Color information

#A5996D (or 0xA5996D) is unknown color: approx Tallow. HEX triplet: A5, 99 and 6D. RGB value is (165,153,109). Sum of RGB (Red+Green+Blue) = 165+153+109=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A5996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5996D is #5A6692. Grayscale: #979797. Windows color (decimal): -5924499 or 7182757. OLE color: 7182757.

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

Color convert

RGB165153109-
CMYK00.070.340.35
HSL47.14º23.73%53.73%-
HSV(B)47.14º33.94%64.71%-
XYZ29.6731.8919.06-
YUV151.57103.98137.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=38.64%
G=35.83%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515310900.070.340.3547.1423.7353.73
HexA5996D0722232f1836
Octal245231155074243573066
Binary10100101100110011101101011110001010001110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5996D; }

 p { color: rgb(165,153,109); }

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

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

 a { background-color: rgb(165,153,109); }

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

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

 span { border-color: rgb(165,153,109); }

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