Shades of Thatch #AA938C
Tints of Thatch #AA938C
RGB
CMYK
RGB Variations
Color information
#AA938C (or 0xAA938C) is known color: Thatch. HEX triplet: AA, 93 and 8C. RGB value is (170,147,140). Sum of RGB (Red+Green+Blue) = 170+147+140=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA938C is #556C73. Grayscale: #999999. Windows color (decimal): -5598324 or 9212842. OLE color: 9212842.
HSL color Cylindrical-coordinate representation of color #AA938C: hue angle of 14º 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 #AA938C is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 147 | 140 | - |
CMYK | 0 | 0.14 | 0.18 | 0.33 |
HSL | 14º | 0.15% | 0.61% | - |
HSV(B) | 14º | 0.18% | 0.67% | - |
XYZ | 31.74 | 31.31 | 29.18 | - |
YUV | 153.08 | 120.62 | 140.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 147 | 140 | 0 | 0.14 | 0.18 | 0.33 | 14 | 0.15 | 0.61 |
Hex | AA | 93 | 8C | 0 | E | 12 | 21 | E | F | 3D |
Octal | 252 | 223 | 214 | 0 | 16 | 22 | 41 | 16 | 17 | 75 |
Binary | 10101010 | 10010011 | 10001100 | 0 | 1110 | 10010 | 100001 | 1110 | 1111 | 111101 |
Color Harmonies of #AA938C
Complementary color
Monochromatic Colors of #AA938C
Black with #AA938C
Text Example
Text Example
White with #AA938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA938C; }
p { color: rgb(170,147,140); }
H1.HeaderClassName
{
color: #AA938C;
}
.AnyTagClassName
{
color: #AA938C;
}
</style>
background-color css
<style>
a { background-color: #AA938C; }
a { background-color: rgb(170,147,140); }
div.DivClassName
{
background-color: #AA938C;
}
.BgClassName
{
background-color: #AA938C;
}
</style>
border-color css
<style>
span { border-color: #AA938C; }
span { border-color: rgb(170,147,140); }
td.TdClassName
{
border-color: #AA938C;
}
.TagClassName
{
border-color: #AA938C;
}
</style>