#AE928E

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

Shades of Thatch #AE928E

Tints of Thatch #AE928E

Color information

#AE928E (or 0xAE928E) is unknown color: approx Thatch. HEX triplet: AE, 92 and 8E. RGB value is (174,146,142). Sum of RGB (Red+Green+Blue) = 174+146+142=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE928E is #516D71. Grayscale: #999999. Windows color (decimal): -5336434 or 9343662. OLE color: 9343662.

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

Color convert

RGB174146142-
CMYK00.160.180.32
HSL7.5º16.49%61.96%-
HSV(B)7.5º18.39%68.24%-
XYZ32.6231.5129.95-
YUV153.92121.28142.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 142 (55.86% from 255) = 30.74%
R=37.66%
G=31.60%
B=30.74%

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
Decimal17414614200.160.180.327.516.4961.96
HexAE928E01012208103e
Octal2562222160202240102076
Binary10101110100100101000111001000010010100000100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE928E; }

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

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

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

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

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

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

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

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