#AEA06F

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

Shades of Tallow #AEA06F

Tints of Tallow #AEA06F

Color information

#AEA06F (or 0xAEA06F) is unknown color: approx Tallow. HEX triplet: AE, A0 and 6F. RGB value is (174,160,111). Sum of RGB (Red+Green+Blue) = 174+160+111=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA06F is #515F90. Grayscale: #9E9E9E. Windows color (decimal): -5332881 or 7315630. OLE color: 7315630.

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

Color convert

RGB174160111-
CMYK00.080.360.32
HSL46.67º28%55.88%-
HSV(B)46.67º36.21%68.24%-
XYZ32.935.2920.12-
YUV158.6101.14138.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 111 (43.75% from 255) = 24.94%
R=39.10%
G=35.96%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416011100.080.360.3246.672855.88
HexAEA06F0824202f1c38
Octal2562401570104440573470
Binary101011101010000011011110100010010010000010111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA06F; }

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

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

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

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

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

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

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

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