#AE9A6F

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

Shades of Tallow #AE9A6F

Tints of Tallow #AE9A6F

Color information

#AE9A6F (or 0xAE9A6F) is unknown color: approx Tallow. HEX triplet: AE, 9A and 6F. RGB value is (174,154,111). Sum of RGB (Red+Green+Blue) = 174+154+111=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A6F is #516590. Grayscale: #9B9B9B. Windows color (decimal): -5334417 or 7314094. OLE color: 7314094.

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

Color convert

RGB174154111-
CMYK00.110.360.32
HSL40.95º28%55.88%-
HSV(B)40.95º36.21%68.24%-
XYZ31.8833.2619.78-
YUV155.08103.13141.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 111 (43.75% from 255) = 25.28%
R=39.64%
G=35.08%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415411100.110.360.3240.952855.88
HexAE9A6F0B2420291c38
Octal2562321570134440513470
Binary101011101001101011011110101110010010000010100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A6F; }

 p { color: rgb(174,154,111); }

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

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

 a { background-color: rgb(174,154,111); }

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

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

 span { border-color: rgb(174,154,111); }

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