#A39772

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

Shades of Tallow #A39772

Tints of Tallow #A39772

Color information

#A39772 (or 0xA39772) is unknown color: approx Tallow. HEX triplet: A3, 97 and 72. RGB value is (163,151,114). Sum of RGB (Red+Green+Blue) = 163+151+114=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A39772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39772 is #5C688D. Grayscale: #969696. Windows color (decimal): -6056078 or 7509923. OLE color: 7509923.

HSL color Cylindrical-coordinate representation of color #A39772: hue angle of 45.31º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A39772 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB163151114-
CMYK00.070.300.36
HSL45.31º21.03%54.31%-
HSV(B)45.31º30.06%63.92%-
XYZ29.2131.1320.39-
YUV150.37107.48137.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=38.08%
G=35.28%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315111400.070.300.3645.3121.0354.31
HexA39772071E242d1536
Octal243227162073644552566
Binary1010001110010111111001001111111010010010110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39772; }

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

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

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

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

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

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

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

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