#AEA170

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

Shades of Tallow #AEA170

Tints of Tallow #AEA170

Color information

#AEA170 (or 0xAEA170) is unknown color: approx Tallow. HEX triplet: AE, A1 and 70. RGB value is (174,161,112). Sum of RGB (Red+Green+Blue) = 174+161+112=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA170 is #515E8F. Grayscale: #9F9F9F. Windows color (decimal): -5332624 or 7381422. OLE color: 7381422.

HSL color Cylindrical-coordinate representation of color #AEA170: hue angle of 47.42º 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 #AEA170 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB174161112-
CMYK00.070.360.32
HSL47.42º27.68%56.08%-
HSV(B)47.42º35.63%68.24%-
XYZ33.1335.6620.47-
YUV159.3101.31138.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 161 (63.28% from 255) = 36.02%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=38.93%
G=36.02%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416111200.070.360.3247.4227.6856.08
HexAEA1700724202f1c38
Octal256241160074440573470
Binary10101110101000011110000011110010010000010111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA170; }

 p { color: rgb(174,161,112); }

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

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

 a { background-color: rgb(174,161,112); }

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

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

 span { border-color: rgb(174,161,112); }

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