#AE948E

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

Shades of Thatch #AE948E

Tints of Thatch #AE948E

Color information

#AE948E (or 0xAE948E) is unknown color: approx Thatch. HEX triplet: AE, 94 and 8E. RGB value is (174,148,142). Sum of RGB (Red+Green+Blue) = 174+148+142=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE948E is #516B71. Grayscale: #9B9B9B. Windows color (decimal): -5335922 or 9344174. OLE color: 9344174.

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

Color convert

RGB174148142-
CMYK00.150.180.32
HSL11.25º16.49%61.96%-
HSV(B)11.25º18.39%68.24%-
XYZ32.9332.1330.06-
YUV155.09120.61141.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=37.5%
G=31.90%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414814200.150.180.3211.2516.4961.96
HexAE948E0F1220b103e
Octal2562242160172240132076
Binary1010111010010100100011100111110010100000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE948E; }

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

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

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

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

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

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

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

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