#AE918E

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

Shades of Thatch #AE918E

Tints of Thatch #AE918E

Color information

#AE918E (or 0xAE918E) is unknown color: approx Thatch. HEX triplet: AE, 91 and 8E. RGB value is (174,145,142). Sum of RGB (Red+Green+Blue) = 174+145+142=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AE918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE918E is #516E71. Grayscale: #999999. Windows color (decimal): -5336690 or 9343406. OLE color: 9343406.

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

Color convert

RGB174145142-
CMYK00.170.180.32
HSL5.63º16.49%61.96%-
HSV(B)5.63º18.39%68.24%-
XYZ32.4631.229.9-
YUV153.33121.61142.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=37.74%
G=31.45%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414514200.170.180.325.6316.4961.96
HexAE918E01112206103e
Octal256221216021224062076
Binary1010111010010001100011100100011001010000011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE918E; }

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

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

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

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

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

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

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

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