#AE976E

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

Shades of Tallow #AE976E

Tints of Tallow #AE976E

Color information

#AE976E (or 0xAE976E) is unknown color: approx Tallow. HEX triplet: AE, 97 and 6E. RGB value is (174,151,110). Sum of RGB (Red+Green+Blue) = 174+151+110=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE976E is #516891. Grayscale: #999999. Windows color (decimal): -5335186 or 7247790. OLE color: 7247790.

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

Color convert

RGB174151110-
CMYK00.130.370.32
HSL38.44º28.32%55.69%-
HSV(B)38.44º36.78%68.24%-
XYZ31.3432.2619.33-
YUV153.2103.62142.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 151 (59.38% from 255) = 34.71%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=40%
G=34.71%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415111000.130.370.3238.4428.3255.69
HexAE976E0D2520261c38
Octal2562271560154540463470
Binary101011101001011111011100110110010110000010011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE976E; }

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

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

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

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

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

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

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

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