#AEA06D

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

Shades of Tallow #AEA06D

Tints of Tallow #AEA06D

Color information

#AEA06D (or 0xAEA06D) is unknown color: approx Tallow. HEX triplet: AE, A0 and 6D. RGB value is (174,160,109). Sum of RGB (Red+Green+Blue) = 174+160+109=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA06D is #515F92. Grayscale: #9E9E9E. Windows color (decimal): -5332883 or 7184558. OLE color: 7184558.

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

Color convert

RGB174160109-
CMYK00.080.370.32
HSL47.08º28.63%55.49%-
HSV(B)47.08º37.36%68.24%-
XYZ32.7935.2419.54-
YUV158.37100.14139.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=39.28%
G=36.12%
B=24.60%

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
Decimal17416010900.080.370.3247.0828.6355.49
HexAEA06D0825202f1d37
Octal2562401550104540573567
Binary101011101010000011011010100010010110000010111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA06D; }

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

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

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

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

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

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

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

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