Shades of Thatch #A58F8C
Tints of Thatch #A58F8C
RGB
CMYK
RGB Variations
Color information
#A58F8C (or 0xA58F8C) is known color: Thatch. HEX triplet: A5, 8F and 8C. RGB value is (165,143,140). Sum of RGB (Red+Green+Blue) = 165+143+140=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58F8C is #5A7073. Grayscale: #959595. Windows color (decimal): -5927028 or 9211813. OLE color: 9211813.
HSL color Cylindrical-coordinate representation of color #A58F8C: hue angle of 7.2º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A58F8C is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 143 | 140 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.35 |
| HSL | 7.2º | 0.12% | 0.6% | - |
| HSV(B) | 7.2º | 0.15% | 0.65% | - |
| XYZ | 30.07 | 29.54 | 28.93 | - |
| YUV | 149.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 140 | 0 | 0.13 | 0.15 | 0.35 | 7.2 | 0.12 | 0.6 |
| Hex | A5 | 8F | 8C | 0 | D | F | 23 | 7 | C | 3C |
| Octal | 245 | 217 | 214 | 0 | 15 | 17 | 43 | 7 | 14 | 74 |
| Binary | 10100101 | 10001111 | 10001100 | 0 | 1101 | 1111 | 100011 | 111 | 1100 | 111100 |
Color Harmonies of #A58F8C
Complementary color
Monochromatic Colors of #A58F8C
Black with #A58F8C
Text Example
Text Example
White with #A58F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58F8C; }
p { color: rgb(165,143,140); }
H1.HeaderClassName
{
color: #A58F8C;
}
.AnyTagClassName
{
color: #A58F8C;
}
</style>
background-color css
<style>
a { background-color: #A58F8C; }
a { background-color: rgb(165,143,140); }
div.DivClassName
{
background-color: #A58F8C;
}
.BgClassName
{
background-color: #A58F8C;
}
</style>
border-color css
<style>
span { border-color: #A58F8C; }
span { border-color: rgb(165,143,140); }
td.TdClassName
{
border-color: #A58F8C;
}
.TagClassName
{
border-color: #A58F8C;
}
</style>