#AE9690

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

Shades of Thatch #AE9690

Tints of Thatch #AE9690

Color information

#AE9690 (or 0xAE9690) is unknown color: approx Thatch. HEX triplet: AE, 96 and 90. RGB value is (174,150,144). Sum of RGB (Red+Green+Blue) = 174+150+144=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9690 is #51696F. Grayscale: #9C9C9C. Windows color (decimal): -5335408 or 9475758. OLE color: 9475758.

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

Color convert

RGB174150144-
CMYK00.140.170.32
HSL12º15.63%62.35%-
HSV(B)12º17.24%68.24%-
XYZ33.432.8230.96-
YUV156.49120.95140.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 144 (56.64% from 255) = 30.77%
R=37.18%
G=32.05%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415014400.140.170.321215.6362.35
HexAE96900E1120c103e
Octal2562262200162140142076
Binary1010111010010110100100000111010001100000110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9690; }

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

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

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

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

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

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

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

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