#AA938D

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

Shades of Thatch #AA938D

Tints of Thatch #AA938D

Color information

#AA938D (or 0xAA938D) is unknown color: approx Thatch. HEX triplet: AA, 93 and 8D. RGB value is (170,147,141). Sum of RGB (Red+Green+Blue) = 170+147+141=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938D is #556C72. Grayscale: #999999. Windows color (decimal): -5598323 or 9278378. OLE color: 9278378.

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

Color convert

RGB170147141-
CMYK00.140.170.33
HSL12.41º14.57%60.98%-
HSV(B)12.41º17.06%66.67%-
XYZ31.8231.3429.57-
YUV153.19121.12139.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 141 (55.47% from 255) = 30.79%
R=37.12%
G=32.10%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014714100.140.170.3312.4114.5760.98
HexAA938D0E1121cf3d
Octal2522232150162141141775
Binary101010101001001110001101011101000110000111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA938D; }

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

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

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

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

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

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

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

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