#AE9A69

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

Shades of Tallow #AE9A69

Tints of Tallow #AE9A69

Color information

#AE9A69 (or 0xAE9A69) is unknown color: approx Tallow. HEX triplet: AE, 9A and 69. RGB value is (174,154,105). Sum of RGB (Red+Green+Blue) = 174+154+105=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A69 is #516596. Grayscale: #9A9A9A. Windows color (decimal): -5334423 or 6920878. OLE color: 6920878.

HSL color Cylindrical-coordinate representation of color #AE9A69: hue angle of 42.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE9A69 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174154105-
CMYK00.110.400.32
HSL42.61º29.87%54.71%-
HSV(B)42.61º39.66%68.24%-
XYZ31.5633.1318.1-
YUV154.39100.13141.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=40.18%
G=35.57%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415410500.110.400.3242.6129.8754.71
HexAE9A690B28202b1e37
Octal2562321510135040533667
Binary101011101001101011010010101110100010000010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A69; }

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

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

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

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

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

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

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

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