#A29772

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

Shades of Tallow #A29772

Tints of Tallow #A29772

Color information

#A29772 (or 0xA29772) is unknown color: approx Tallow. HEX triplet: A2, 97 and 72. RGB value is (162,151,114). Sum of RGB (Red+Green+Blue) = 162+151+114=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A29772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29772 is #5D688D. Grayscale: #969696. Windows color (decimal): -6121614 or 7509922. OLE color: 7509922.

HSL color Cylindrical-coordinate representation of color #A29772: hue angle of 46.25º 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 #A29772 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162151114-
CMYK00.070.300.36
HSL46.25º20.51%54.12%-
HSV(B)46.25º29.63%63.53%-
XYZ2931.0320.38-
YUV150.07107.64136.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=37.94%
G=35.36%
B=26.70%

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
Decimal16215111400.070.300.3646.2520.5154.12
HexA29772071E242e1536
Octal242227162073644562566
Binary1010001010010111111001001111111010010010111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29772; }

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

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

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

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

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

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

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

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