#AEA06E

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

Shades of Tallow #AEA06E

Tints of Tallow #AEA06E

Color information

#AEA06E (or 0xAEA06E) is unknown color: approx Tallow. HEX triplet: AE, A0 and 6E. RGB value is (174,160,110). Sum of RGB (Red+Green+Blue) = 174+160+110=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA06E is #515F91. Grayscale: #9E9E9E. Windows color (decimal): -5332882 or 7250094. OLE color: 7250094.

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

Color convert

RGB174160110-
CMYK00.080.370.32
HSL46.88º28.32%55.69%-
HSV(B)46.88º36.78%68.24%-
XYZ32.8435.2719.83-
YUV158.49100.64139.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 160 (62.89% from 255) = 36.04%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=39.19%
G=36.04%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416011000.080.370.3246.8828.3255.69
HexAEA06E0825202f1c38
Octal2562401560104540573470
Binary101011101010000011011100100010010110000010111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA06E; }

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

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

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

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

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

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

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

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