Shades of Pale Oyster #A79269
Tints of Pale Oyster #A79269
RGB
CMYK
RGB Variations
Color information
#A79269 (or 0xA79269) is known color: Pale Oyster. HEX triplet: A7, 92 and 69. RGB value is (167,146,105). Sum of RGB (Red+Green+Blue) = 167+146+105=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A79269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79269 is #586D96. Grayscale: #939393. Windows color (decimal): -5795223 or 6918823. OLE color: 6918823.
HSL color Cylindrical-coordinate representation of color #A79269: hue angle of 39.68º 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 #A79269 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 146 | 105 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.35 |
| HSL | 39.68º | 0.26% | 0.53% | - |
| HSV(B) | 39.68º | 0.37% | 0.65% | - |
| XYZ | 28.77 | 29.79 | 17.6 | - |
| YUV | 147.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 146 | 105 | 0 | 0.13 | 0.37 | 0.35 | 39.68 | 0.26 | 0.53 |
| Hex | A7 | 92 | 69 | 0 | D | 25 | 23 | 28 | 1A | 35 |
| Octal | 247 | 222 | 151 | 0 | 15 | 45 | 43 | 50 | 32 | 65 |
| Binary | 10100111 | 10010010 | 1101001 | 0 | 1101 | 100101 | 100011 | 101000 | 11010 | 110101 |
Color Harmonies of #A79269
Complementary color
Monochromatic Colors of #A79269
Black with #A79269
Text Example
Text Example
White with #A79269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79269; }
p { color: rgb(167,146,105); }
H1.HeaderClassName
{
color: #A79269;
}
.AnyTagClassName
{
color: #A79269;
}
</style>
background-color css
<style>
a { background-color: #A79269; }
a { background-color: rgb(167,146,105); }
div.DivClassName
{
background-color: #A79269;
}
.BgClassName
{
background-color: #A79269;
}
</style>
border-color css
<style>
span { border-color: #A79269; }
span { border-color: rgb(167,146,105); }
td.TdClassName
{
border-color: #A79269;
}
.TagClassName
{
border-color: #A79269;
}
</style>