#AA938E

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

Shades of Thatch #AA938E

Tints of Thatch #AA938E

Color information

#AA938E (or 0xAA938E) is unknown color: approx Thatch. HEX triplet: AA, 93 and 8E. RGB value is (170,147,142). Sum of RGB (Red+Green+Blue) = 170+147+142=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938E is #556C71. Grayscale: #999999. Windows color (decimal): -5598322 or 9343914. OLE color: 9343914.

HSL color Cylindrical-coordinate representation of color #AA938E: hue angle of 10.71º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA938E is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB170147142-
CMYK00.140.160.33
HSL10.71º14.14%61.18%-
HSV(B)10.71º16.47%66.67%-
XYZ31.8931.3729.96-
YUV153.31121.62139.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 147 (57.81% from 255) = 32.03%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=37.04%
G=32.03%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014714200.140.160.3310.7114.1461.18
HexAA938E0E1021be3d
Octal2522232160162041131675
Binary101010101001001110001110011101000010000110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA938E; }

 p { color: rgb(170,147,142); }

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

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

 a { background-color: rgb(170,147,142); }

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

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

 span { border-color: rgb(170,147,142); }

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