#AE8E84

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

Shades of Thatch #AE8E84

Tints of Thatch #AE8E84

Color information

#AE8E84 (or 0xAE8E84) is unknown color: approx Thatch. HEX triplet: AE, 8E and 84. RGB value is (174,142,132). Sum of RGB (Red+Green+Blue) = 174+142+132=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8E84 is #51717B. Grayscale: #969696. Windows color (decimal): -5337468 or 8687278. OLE color: 8687278.

HSL color Cylindrical-coordinate representation of color #AE8E84: hue angle of 14.29º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE8E84 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB174142132-
CMYK00.180.240.32
HSL14.29º20.59%60%-
HSV(B)14.29º24.14%68.24%-
XYZ31.2930.0125.97-
YUV150.43117.6144.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=38.84%
G=31.70%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414213200.180.240.3214.2920.5960
HexAE8E840121820e153c
Octal2562162040223040162574
Binary10101110100011101000010001001011000100000111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E84; }

 p { color: rgb(174,142,132); }

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

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

 a { background-color: rgb(174,142,132); }

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

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

 span { border-color: rgb(174,142,132); }

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