#AE996A

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

Shades of Tallow #AE996A

Tints of Tallow #AE996A

Color information

#AE996A (or 0xAE996A) is unknown color: approx Tallow. HEX triplet: AE, 99 and 6A. RGB value is (174,153,106). Sum of RGB (Red+Green+Blue) = 174+153+106=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE996A is #516695. Grayscale: #9A9A9A. Windows color (decimal): -5334678 or 6986158. OLE color: 6986158.

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

Color convert

RGB174153106-
CMYK00.120.390.32
HSL41.47º29.57%54.9%-
HSV(B)41.47º39.08%68.24%-
XYZ31.4532.8218.31-
YUV153.92100.96142.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=40.18%
G=35.33%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415310600.120.390.3241.4729.5754.9
HexAE996A0C2720291e37
Octal2562311520144740513667
Binary101011101001100111010100110010011110000010100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE996A; }

 p { color: rgb(174,153,106); }

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

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

 a { background-color: rgb(174,153,106); }

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

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

 span { border-color: rgb(174,153,106); }

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