#AE958E

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

Shades of Thatch #AE958E

Tints of Thatch #AE958E

Color information

#AE958E (or 0xAE958E) is unknown color: approx Thatch. HEX triplet: AE, 95 and 8E. RGB value is (174,149,142). Sum of RGB (Red+Green+Blue) = 174+149+142=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE958E is #516A71. Grayscale: #9B9B9B. Windows color (decimal): -5335666 or 9344430. OLE color: 9344430.

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

Color convert

RGB174149142-
CMYK00.140.180.32
HSL13.13º16.49%61.96%-
HSV(B)13.13º18.39%68.24%-
XYZ33.0932.4530.11-
YUV155.68120.28141.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=37.42%
G=32.04%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414914200.140.180.3213.1316.4961.96
HexAE958E0E1220d103e
Octal2562252160162240152076
Binary1010111010010101100011100111010010100000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE958E; }

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

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

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

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

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

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

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

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