Shades of Pale Oyster #A79469
Tints of Pale Oyster #A79469
RGB
CMYK
RGB Variations
Color information
#A79469 (or 0xA79469) is known color: Pale Oyster. HEX triplet: A7, 94 and 69. RGB value is (167,148,105). Sum of RGB (Red+Green+Blue) = 167+148+105=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A79469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79469 is #586B96. Grayscale: #949494. Windows color (decimal): -5794711 or 6919335. OLE color: 6919335.
HSL color Cylindrical-coordinate representation of color #A79469: hue angle of 41.61º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A79469 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 148 | 105 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.35 |
| HSL | 41.61º | 0.26% | 0.53% | - |
| HSV(B) | 41.61º | 0.37% | 0.65% | - |
| XYZ | 29.08 | 30.42 | 17.7 | - |
| YUV | 148.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 148 | 105 | 0 | 0.11 | 0.37 | 0.35 | 41.61 | 0.26 | 0.53 |
| Hex | A7 | 94 | 69 | 0 | B | 25 | 23 | 2A | 1A | 35 |
| Octal | 247 | 224 | 151 | 0 | 13 | 45 | 43 | 52 | 32 | 65 |
| Binary | 10100111 | 10010100 | 1101001 | 0 | 1011 | 100101 | 100011 | 101010 | 11010 | 110101 |
Color Harmonies of #A79469
Complementary color
Monochromatic Colors of #A79469
Black with #A79469
Text Example
Text Example
White with #A79469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79469; }
p { color: rgb(167,148,105); }
H1.HeaderClassName
{
color: #A79469;
}
.AnyTagClassName
{
color: #A79469;
}
</style>
background-color css
<style>
a { background-color: #A79469; }
a { background-color: rgb(167,148,105); }
div.DivClassName
{
background-color: #A79469;
}
.BgClassName
{
background-color: #A79469;
}
</style>
border-color css
<style>
span { border-color: #A79469; }
span { border-color: rgb(167,148,105); }
td.TdClassName
{
border-color: #A79469;
}
.TagClassName
{
border-color: #A79469;
}
</style>