#AE9872

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

Shades of Tallow #AE9872

Tints of Tallow #AE9872

Color information

#AE9872 (or 0xAE9872) is unknown color: approx Tallow. HEX triplet: AE, 98 and 72. RGB value is (174,152,114). Sum of RGB (Red+Green+Blue) = 174+152+114=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9872 is #51678D. Grayscale: #9A9A9A. Windows color (decimal): -5334926 or 7510190. OLE color: 7510190.

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

Color convert

RGB174152114-
CMYK00.130.340.32
HSL38º27.03%56.47%-
HSV(B)38º34.48%68.24%-
XYZ31.7232.6720.55-
YUV154.25105.29142.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 152 (59.77% from 255) = 34.55%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=39.55%
G=34.55%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415211400.130.340.323827.0356.47
HexAE98720D2220261b38
Octal2562301620154240463370
Binary101011101001100011100100110110001010000010011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9872; }

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

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

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

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

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

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

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

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