Shades of Thatch #A28B85
Tints of Thatch #A28B85
RGB
CMYK
RGB Variations
Color information
#A28B85 (or 0xA28B85) is known color: Thatch. HEX triplet: A2, 8B and 85. RGB value is (162,139,133). Sum of RGB (Red+Green+Blue) = 162+139+133=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28B85 is #5D747A. Grayscale: #919191. Windows color (decimal): -6124667 or 8752034. OLE color: 8752034.
HSL color Cylindrical-coordinate representation of color #A28B85: hue angle of 12.41º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A28B85 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 133 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.36 |
| HSL | 12.41º | 0.13% | 0.58% | - |
| HSV(B) | 12.41º | 0.18% | 0.64% | - |
| XYZ | 28.37 | 27.84 | 26.07 | - |
| YUV | 145.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 133 | 0 | 0.14 | 0.18 | 0.36 | 12.41 | 0.13 | 0.58 |
| Hex | A2 | 8B | 85 | 0 | E | 12 | 24 | C | D | 3A |
| Octal | 242 | 213 | 205 | 0 | 16 | 22 | 44 | 14 | 15 | 72 |
| Binary | 10100010 | 10001011 | 10000101 | 0 | 1110 | 10010 | 100100 | 1100 | 1101 | 111010 |
Color Harmonies of #A28B85
Complementary color
Monochromatic Colors of #A28B85
Black with #A28B85
Text Example
Text Example
White with #A28B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B85; }
p { color: rgb(162,139,133); }
H1.HeaderClassName
{
color: #A28B85;
}
.AnyTagClassName
{
color: #A28B85;
}
</style>
background-color css
<style>
a { background-color: #A28B85; }
a { background-color: rgb(162,139,133); }
div.DivClassName
{
background-color: #A28B85;
}
.BgClassName
{
background-color: #A28B85;
}
</style>
border-color css
<style>
span { border-color: #A28B85; }
span { border-color: rgb(162,139,133); }
td.TdClassName
{
border-color: #A28B85;
}
.TagClassName
{
border-color: #A28B85;
}
</style>