#AE9870

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

Shades of Tallow #AE9870

Tints of Tallow #AE9870

Color information

#AE9870 (or 0xAE9870) is unknown color: approx Tallow. HEX triplet: AE, 98 and 70. RGB value is (174,152,112). Sum of RGB (Red+Green+Blue) = 174+152+112=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9870 is #51678F. Grayscale: #9A9A9A. Windows color (decimal): -5334928 or 7379118. OLE color: 7379118.

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

Color convert

RGB174152112-
CMYK00.130.360.32
HSL38.71º27.68%56.08%-
HSV(B)38.71º35.63%68.24%-
XYZ31.6132.6219.96-
YUV154.02104.29142.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.73%
GREEN value IS 152 (59.77% from 255) = 34.70%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=39.73%
G=34.70%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415211200.130.360.3238.7127.6856.08
HexAE98700D2420271c38
Octal2562301600154440473470
Binary101011101001100011100000110110010010000010011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9870; }

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

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

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

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

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

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

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

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