#AE9995

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

Shades of Thatch #AE9995

Tints of Thatch #AE9995

Color information

#AE9995 (or 0xAE9995) is unknown color: approx Thatch. HEX triplet: AE, 99 and 95. RGB value is (174,153,149). Sum of RGB (Red+Green+Blue) = 174+153+149=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9995 is #51666A. Grayscale: #9E9E9E. Windows color (decimal): -5334635 or 9804206. OLE color: 9804206.

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

Color convert

RGB174153149-
CMYK00.120.140.32
HSL9.6º13.37%63.33%-
HSV(B)9.6º14.37%68.24%-
XYZ34.2733.9533.18-
YUV158.82122.46138.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 153 (60.16% from 255) = 32.14%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=36.55%
G=32.14%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415314900.120.140.329.613.3763.33
HexAE99950CE20ad3f
Octal2562312250141640121577
Binary10101110100110011001010101100111010000010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9995; }

 p { color: rgb(174,153,149); }

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

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

 a { background-color: rgb(174,153,149); }

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

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

 span { border-color: rgb(174,153,149); }

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