#AE9D6C

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

Shades of Tallow #AE9D6C

Tints of Tallow #AE9D6C

Color information

#AE9D6C (or 0xAE9D6C) is unknown color: approx Tallow. HEX triplet: AE, 9D and 6C. RGB value is (174,157,108). Sum of RGB (Red+Green+Blue) = 174+157+108=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9D6C is #516293. Grayscale: #9C9C9C. Windows color (decimal): -5333652 or 7118254. OLE color: 7118254.

HSL color Cylindrical-coordinate representation of color #AE9D6C: hue angle of 44.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE9D6C is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB174157108-
CMYK00.100.380.32
HSL44.55º28.95%55.29%-
HSV(B)44.55º37.93%68.24%-
XYZ32.2234.219.09-
YUV156.5100.63140.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 157 (61.72% from 255) = 35.76%
BLUE value IS 108 (42.58% from 255) = 24.60%
R=39.64%
G=35.76%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415710800.100.380.3244.5528.9555.29
HexAE9D6C0A26202d1d37
Octal2562351540124640553567
Binary101011101001110111011000101010011010000010110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9D6C; }

 p { color: rgb(174,157,108); }

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

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

 a { background-color: rgb(174,157,108); }

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

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

 span { border-color: rgb(174,157,108); }

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