#AE938E

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

Shades of Thatch #AE938E

Tints of Thatch #AE938E

Color information

#AE938E (or 0xAE938E) is unknown color: approx Thatch. HEX triplet: AE, 93 and 8E. RGB value is (174,147,142). Sum of RGB (Red+Green+Blue) = 174+147+142=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE938E is #516C71. Grayscale: #9A9A9A. Windows color (decimal): -5336178 or 9343918. OLE color: 9343918.

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

Color convert

RGB174147142-
CMYK00.160.180.32
HSL9.38º16.49%61.96%-
HSV(B)9.38º18.39%68.24%-
XYZ32.7731.8230.01-
YUV154.5120.95141.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=37.58%
G=31.75%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414714200.160.180.329.3816.4961.96
HexAE938E01012209103e
Octal2562232160202240112076
Binary10101110100100111000111001000010010100000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE938E; }

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

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

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

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

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

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

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

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