Shades of Thatch #A3908C
Tints of Thatch #A3908C
RGB
CMYK
RGB Variations
Color information
#A3908C (or 0xA3908C) is known color: Thatch. HEX triplet: A3, 90 and 8C. RGB value is (163,144,140). Sum of RGB (Red+Green+Blue) = 163+144+140=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A3908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3908C is #5C6F73. Grayscale: #959595. Windows color (decimal): -6057844 or 9212067. OLE color: 9212067.
HSL color Cylindrical-coordinate representation of color #A3908C: hue angle of 10.43º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3908C is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 140 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.36 |
| HSL | 10.43º | 0.11% | 0.59% | - |
| HSV(B) | 10.43º | 0.14% | 0.64% | - |
| XYZ | 29.81 | 29.63 | 28.96 | - |
| YUV | 149.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 140 | 0 | 0.12 | 0.14 | 0.36 | 10.43 | 0.11 | 0.59 |
| Hex | A3 | 90 | 8C | 0 | C | E | 24 | A | B | 3B |
| Octal | 243 | 220 | 214 | 0 | 14 | 16 | 44 | 12 | 13 | 73 |
| Binary | 10100011 | 10010000 | 10001100 | 0 | 1100 | 1110 | 100100 | 1010 | 1011 | 111011 |
Color Harmonies of #A3908C
Complementary color
Monochromatic Colors of #A3908C
Black with #A3908C
Text Example
Text Example
White with #A3908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3908C; }
p { color: rgb(163,144,140); }
H1.HeaderClassName
{
color: #A3908C;
}
.AnyTagClassName
{
color: #A3908C;
}
</style>
background-color css
<style>
a { background-color: #A3908C; }
a { background-color: rgb(163,144,140); }
div.DivClassName
{
background-color: #A3908C;
}
.BgClassName
{
background-color: #A3908C;
}
</style>
border-color css
<style>
span { border-color: #A3908C; }
span { border-color: rgb(163,144,140); }
td.TdClassName
{
border-color: #A3908C;
}
.TagClassName
{
border-color: #A3908C;
}
</style>