Shades of Pale Oyster #A08F75
Tints of Pale Oyster #A08F75
RGB
CMYK
RGB Variations
Color information
#A08F75 (or 0xA08F75) is known color: Pale Oyster. HEX triplet: A0, 8F and 75. RGB value is (160,143,117). Sum of RGB (Red+Green+Blue) = 160+143+117=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F75 is #5F708A. Grayscale: #919191. Windows color (decimal): -6254731 or 7704480. OLE color: 7704480.
HSL color Cylindrical-coordinate representation of color #A08F75: hue angle of 36.28º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08F75 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 117 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.37 |
| HSL | 36.28º | 0.18% | 0.54% | - |
| HSV(B) | 36.28º | 0.27% | 0.63% | - |
| XYZ | 27.53 | 28.4 | 20.86 | - |
| YUV | 145.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 117 | 0 | 0.11 | 0.27 | 0.37 | 36.28 | 0.18 | 0.54 |
| Hex | A0 | 8F | 75 | 0 | B | 1B | 25 | 24 | 12 | 36 |
| Octal | 240 | 217 | 165 | 0 | 13 | 33 | 45 | 44 | 22 | 66 |
| Binary | 10100000 | 10001111 | 1110101 | 0 | 1011 | 11011 | 100101 | 100100 | 10010 | 110110 |
Color Harmonies of #A08F75
Complementary color
Monochromatic Colors of #A08F75
Black with #A08F75
Text Example
Text Example
White with #A08F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F75; }
p { color: rgb(160,143,117); }
H1.HeaderClassName
{
color: #A08F75;
}
.AnyTagClassName
{
color: #A08F75;
}
</style>
background-color css
<style>
a { background-color: #A08F75; }
a { background-color: rgb(160,143,117); }
div.DivClassName
{
background-color: #A08F75;
}
.BgClassName
{
background-color: #A08F75;
}
</style>
border-color css
<style>
span { border-color: #A08F75; }
span { border-color: rgb(160,143,117); }
td.TdClassName
{
border-color: #A08F75;
}
.TagClassName
{
border-color: #A08F75;
}
</style>