#A59772

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

Shades of Tallow #A59772

Tints of Tallow #A59772

Color information

#A59772 (or 0xA59772) is unknown color: approx Tallow. HEX triplet: A5, 97 and 72. RGB value is (165,151,114). Sum of RGB (Red+Green+Blue) = 165+151+114=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A59772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59772 is #5A688D. Grayscale: #979797. Windows color (decimal): -5925006 or 7509925. OLE color: 7509925.

HSL color Cylindrical-coordinate representation of color #A59772: hue angle of 43.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A59772 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB165151114-
CMYK00.080.310.35
HSL43.53º22.08%54.71%-
HSV(B)43.53º30.91%64.71%-
XYZ29.6231.3520.41-
YUV150.97107.14138.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=38.37%
G=35.12%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515111400.080.310.3543.5322.0854.71
HexA59772081F232c1637
Octal2452271620103743542667
Binary10100101100101111110010010001111110001110110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59772; }

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

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

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

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

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

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

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

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