#AE996E

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

Shades of Tallow #AE996E

Tints of Tallow #AE996E

Color information

#AE996E (or 0xAE996E) is unknown color: approx Tallow. HEX triplet: AE, 99 and 6E. RGB value is (174,153,110). Sum of RGB (Red+Green+Blue) = 174+153+110=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE996E is #516691. Grayscale: #9A9A9A. Windows color (decimal): -5334674 or 7248302. OLE color: 7248302.

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

Color convert

RGB174153110-
CMYK00.120.370.32
HSL40.31º28.32%55.69%-
HSV(B)40.31º36.78%68.24%-
XYZ31.6632.9119.43-
YUV154.38102.96142-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=39.82%
G=35.01%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415311000.120.370.3240.3128.3255.69
HexAE996E0C2520281c38
Octal2562311560144540503470
Binary101011101001100111011100110010010110000010100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE996E; }

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

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

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

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

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

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

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

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