Shades of Thatch #A28F89
Tints of Thatch #A28F89
RGB
CMYK
RGB Variations
Color information
#A28F89 (or 0xA28F89) is known color: Thatch. HEX triplet: A2, 8F and 89. RGB value is (162,143,137). Sum of RGB (Red+Green+Blue) = 162+143+137=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F89 is #5D7076. Grayscale: #949494. Windows color (decimal): -6123639 or 9015202. OLE color: 9015202.
HSL color Cylindrical-coordinate representation of color #A28F89: hue angle of 14.4º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A28F89 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 137 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.36 |
| HSL | 14.4º | 0.12% | 0.59% | - |
| HSV(B) | 14.4º | 0.15% | 0.64% | - |
| XYZ | 29.24 | 29.13 | 27.75 | - |
| YUV | 148 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 137 | 0 | 0.12 | 0.15 | 0.36 | 14.4 | 0.12 | 0.59 |
| Hex | A2 | 8F | 89 | 0 | C | F | 24 | E | C | 3B |
| Octal | 242 | 217 | 211 | 0 | 14 | 17 | 44 | 16 | 14 | 73 |
| Binary | 10100010 | 10001111 | 10001001 | 0 | 1100 | 1111 | 100100 | 1110 | 1100 | 111011 |
Color Harmonies of #A28F89
Complementary color
Monochromatic Colors of #A28F89
Black with #A28F89
Text Example
Text Example
White with #A28F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F89; }
p { color: rgb(162,143,137); }
H1.HeaderClassName
{
color: #A28F89;
}
.AnyTagClassName
{
color: #A28F89;
}
</style>
background-color css
<style>
a { background-color: #A28F89; }
a { background-color: rgb(162,143,137); }
div.DivClassName
{
background-color: #A28F89;
}
.BgClassName
{
background-color: #A28F89;
}
</style>
border-color css
<style>
span { border-color: #A28F89; }
span { border-color: rgb(162,143,137); }
td.TdClassName
{
border-color: #A28F89;
}
.TagClassName
{
border-color: #A28F89;
}
</style>