Shades of Pale Oyster #A08F63
Tints of Pale Oyster #A08F63
RGB
CMYK
RGB Variations
Color information
#A08F63 (or 0xA08F63) is known color: Pale Oyster. HEX triplet: A0, 8F and 63. RGB value is (160,143,99). Sum of RGB (Red+Green+Blue) = 160+143+99=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F63 is #5F709C. Grayscale: #8F8F8F. Windows color (decimal): -6254749 or 6524832. OLE color: 6524832.
HSL color Cylindrical-coordinate representation of color #A08F63: hue angle of 43.28º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08F63 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 99 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.37 |
| HSL | 43.28º | 0.24% | 0.51% | - |
| HSV(B) | 43.28º | 0.38% | 0.63% | - |
| XYZ | 26.57 | 28.02 | 15.81 | - |
| YUV | 143.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 99 | 0 | 0.11 | 0.38 | 0.37 | 43.28 | 0.24 | 0.51 |
| Hex | A0 | 8F | 63 | 0 | B | 26 | 25 | 2B | 18 | 33 |
| Octal | 240 | 217 | 143 | 0 | 13 | 46 | 45 | 53 | 30 | 63 |
| Binary | 10100000 | 10001111 | 1100011 | 0 | 1011 | 100110 | 100101 | 101011 | 11000 | 110011 |
Color Harmonies of #A08F63
Complementary color
Monochromatic Colors of #A08F63
Black with #A08F63
Text Example
Text Example
White with #A08F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F63; }
p { color: rgb(160,143,99); }
H1.HeaderClassName
{
color: #A08F63;
}
.AnyTagClassName
{
color: #A08F63;
}
</style>
background-color css
<style>
a { background-color: #A08F63; }
a { background-color: rgb(160,143,99); }
div.DivClassName
{
background-color: #A08F63;
}
.BgClassName
{
background-color: #A08F63;
}
</style>
border-color css
<style>
span { border-color: #A08F63; }
span { border-color: rgb(160,143,99); }
td.TdClassName
{
border-color: #A08F63;
}
.TagClassName
{
border-color: #A08F63;
}
</style>