#AEA171

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

Shades of Tallow #AEA171

Tints of Tallow #AEA171

Color information

#AEA171 (or 0xAEA171) is unknown color: approx Tallow. HEX triplet: AE, A1 and 71. RGB value is (174,161,113). Sum of RGB (Red+Green+Blue) = 174+161+113=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA171 is #515E8E. Grayscale: #9F9F9F. Windows color (decimal): -5332623 or 7446958. OLE color: 7446958.

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

Color convert

RGB174161113-
CMYK00.070.350.32
HSL47.21º27.35%56.27%-
HSV(B)47.21º35.06%68.24%-
XYZ33.1835.6820.76-
YUV159.42101.81138.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=38.84%
G=35.94%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416111300.070.350.3247.2127.3556.27
HexAEA1710723202f1b38
Octal256241161074340573370
Binary10101110101000011110001011110001110000010111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA171; }

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

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

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

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

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

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

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

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