#AA938B

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

Shades of Thatch #AA938B

Tints of Thatch #AA938B

Color information

#AA938B (or 0xAA938B) is unknown color: approx Thatch. HEX triplet: AA, 93 and 8B. RGB value is (170,147,139). Sum of RGB (Red+Green+Blue) = 170+147+139=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938B is #556C74. Grayscale: #999999. Windows color (decimal): -5598325 or 9147306. OLE color: 9147306.

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

Color convert

RGB170147139-
CMYK00.140.180.33
HSL15.48º15.42%60.59%-
HSV(B)15.48º18.24%66.67%-
XYZ31.6731.2828.79-
YUV152.96120.12140.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=37.28%
G=32.24%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014713900.140.180.3315.4815.4260.59
HexAA938B0E1221ff3d
Octal2522232130162241171775
Binary101010101001001110001011011101001010000111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA938B; }

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

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

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

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

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

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

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

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