#AE9B72

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

Shades of Tallow #AE9B72

Tints of Tallow #AE9B72

Color information

#AE9B72 (or 0xAE9B72) is unknown color: approx Tallow. HEX triplet: AE, 9B and 72. RGB value is (174,155,114). Sum of RGB (Red+Green+Blue) = 174+155+114=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9B72 is #51648D. Grayscale: #9C9C9C. Windows color (decimal): -5334158 or 7510958. OLE color: 7510958.

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

Color convert

RGB174155114-
CMYK00.110.340.32
HSL41º27.03%56.47%-
HSV(B)41º34.48%68.24%-
XYZ32.2133.6620.72-
YUV156.01104.29140.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=39.28%
G=34.99%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415511400.110.340.324127.0356.47
HexAE9B720B2220291b38
Octal2562331620134240513370
Binary101011101001101111100100101110001010000010100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B72; }

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

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

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

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

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

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

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

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