Shades of Pale Oyster #A08F6B
Tints of Pale Oyster #A08F6B
RGB
CMYK
RGB Variations
Color information
#A08F6B (or 0xA08F6B) is known color: Pale Oyster. HEX triplet: A0, 8F and 6B. RGB value is (160,143,107). Sum of RGB (Red+Green+Blue) = 160+143+107=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F6B is #5F7094. Grayscale: #909090. Windows color (decimal): -6254741 or 7049120. OLE color: 7049120.
HSL color Cylindrical-coordinate representation of color #A08F6B: hue angle of 40.75º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A08F6B is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 107 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.37 |
| HSL | 40.75º | 0.22% | 0.52% | - |
| HSV(B) | 40.75º | 0.33% | 0.63% | - |
| XYZ | 26.97 | 28.18 | 17.93 | - |
| YUV | 143.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 107 | 0 | 0.11 | 0.33 | 0.37 | 40.75 | 0.22 | 0.52 |
| Hex | A0 | 8F | 6B | 0 | B | 21 | 25 | 29 | 16 | 34 |
| Octal | 240 | 217 | 153 | 0 | 13 | 41 | 45 | 51 | 26 | 64 |
| Binary | 10100000 | 10001111 | 1101011 | 0 | 1011 | 100001 | 100101 | 101001 | 10110 | 110100 |
Color Harmonies of #A08F6B
Complementary color
Monochromatic Colors of #A08F6B
Black with #A08F6B
Text Example
Text Example
White with #A08F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F6B; }
p { color: rgb(160,143,107); }
H1.HeaderClassName
{
color: #A08F6B;
}
.AnyTagClassName
{
color: #A08F6B;
}
</style>
background-color css
<style>
a { background-color: #A08F6B; }
a { background-color: rgb(160,143,107); }
div.DivClassName
{
background-color: #A08F6B;
}
.BgClassName
{
background-color: #A08F6B;
}
</style>
border-color css
<style>
span { border-color: #A08F6B; }
span { border-color: rgb(160,143,107); }
td.TdClassName
{
border-color: #A08F6B;
}
.TagClassName
{
border-color: #A08F6B;
}
</style>