#AEA072

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

Shades of Tallow #AEA072

Tints of Tallow #AEA072

Color information

#AEA072 (or 0xAEA072) is unknown color: approx Tallow. HEX triplet: AE, A0 and 72. RGB value is (174,160,114). Sum of RGB (Red+Green+Blue) = 174+160+114=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA072 is #515F8D. Grayscale: #9F9F9F. Windows color (decimal): -5332878 or 7512238. OLE color: 7512238.

HSL color Cylindrical-coordinate representation of color #AEA072: hue angle of 46º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEA072 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB174160114-
CMYK00.080.340.32
HSL46º27.03%56.47%-
HSV(B)46º34.48%68.24%-
XYZ33.0635.3621-
YUV158.94102.64138.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 160 (62.89% from 255) = 35.71%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=38.84%
G=35.71%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416011400.080.340.324627.0356.47
HexAEA0720822202e1b38
Octal2562401620104240563370
Binary101011101010000011100100100010001010000010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA072; }

 p { color: rgb(174,160,114); }

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

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

 a { background-color: rgb(174,160,114); }

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

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

 span { border-color: rgb(174,160,114); }

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