#AEA073

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

Shades of Tallow #AEA073

Tints of Tallow #AEA073

Color information

#AEA073 (or 0xAEA073) is unknown color: approx Tallow. HEX triplet: AE, A0 and 73. RGB value is (174,160,115). Sum of RGB (Red+Green+Blue) = 174+160+115=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA073 is #515F8C. Grayscale: #9F9F9F. Windows color (decimal): -5332877 or 7577774. OLE color: 7577774.

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

Color convert

RGB174160115-
CMYK00.080.340.32
HSL45.76º26.7%56.67%-
HSV(B)45.76º33.91%68.24%-
XYZ33.1235.3821.3-
YUV159.06103.14138.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=38.75%
G=35.63%
B=25.61%

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
Decimal17416011500.080.340.3245.7626.756.67
HexAEA0730822202e1b39
Octal2562401630104240563371
Binary101011101010000011100110100010001010000010111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA073; }

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

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

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

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

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

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

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

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