#AE908E

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

Shades of Thatch #AE908E

Tints of Thatch #AE908E

Color information

#AE908E (or 0xAE908E) is unknown color: approx Thatch. HEX triplet: AE, 90 and 8E. RGB value is (174,144,142). Sum of RGB (Red+Green+Blue) = 174+144+142=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE908E is #516F71. Grayscale: #989898. Windows color (decimal): -5336946 or 9343150. OLE color: 9343150.

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

Color convert

RGB174144142-
CMYK00.170.180.32
HSL3.75º16.49%61.96%-
HSV(B)3.75º18.39%68.24%-
XYZ32.3130.929.85-
YUV152.74121.94143.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=37.83%
G=31.30%
B=30.87%

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
Decimal17414414200.170.180.323.7516.4961.96
HexAE908E01112204103e
Octal256220216021224042076
Binary1010111010010000100011100100011001010000010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE908E; }

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

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

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

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

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

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

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

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