#AE9B98

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

Shades of Thatch #AE9B98

Tints of Thatch #AE9B98

Color information

#AE9B98 (or 0xAE9B98) is unknown color: approx Thatch. HEX triplet: AE, 9B and 98. RGB value is (174,155,152). Sum of RGB (Red+Green+Blue) = 174+155+152=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9B98 is #516467. Grayscale: #A0A0A0. Windows color (decimal): -5334120 or 10001326. OLE color: 10001326.

HSL color Cylindrical-coordinate representation of color #AE9B98: hue angle of 8.18º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AE9B98 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB174155152-
CMYK00.110.130.32
HSL8.18º11.96%63.92%-
HSV(B)8.18º12.64%68.24%-
XYZ34.8434.7134.57-
YUV160.34123.29137.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 155 (60.94% from 255) = 32.22%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=36.17%
G=32.22%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415515200.110.130.328.1811.9663.92
HexAE9B980BD208c40
Octal25623323001315401014100
Binary101011101001101110011000010111101100000100011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B98; }

 p { color: rgb(174,155,152); }

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

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

 a { background-color: rgb(174,155,152); }

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

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

 span { border-color: rgb(174,155,152); }

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