Shades of Pale Oyster #A59467
Tints of Pale Oyster #A59467
RGB
CMYK
RGB Variations
Color information
#A59467 (or 0xA59467) is known color: Pale Oyster. HEX triplet: A5, 94 and 67. RGB value is (165,148,103). Sum of RGB (Red+Green+Blue) = 165+148+103=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A59467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59467 is #5A6B98. Grayscale: #949494. Windows color (decimal): -5925785 or 6788261. OLE color: 6788261.
HSL color Cylindrical-coordinate representation of color #A59467: hue angle of 43.55º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A59467 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 148 | 103 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.35 |
| HSL | 43.55º | 0.26% | 0.53% | - |
| HSV(B) | 43.55º | 0.38% | 0.65% | - |
| XYZ | 28.56 | 30.16 | 17.15 | - |
| YUV | 147.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 103 | 0 | 0.10 | 0.38 | 0.35 | 43.55 | 0.26 | 0.53 |
| Hex | A5 | 94 | 67 | 0 | A | 26 | 23 | 2C | 1A | 35 |
| Octal | 245 | 224 | 147 | 0 | 12 | 46 | 43 | 54 | 32 | 65 |
| Binary | 10100101 | 10010100 | 1100111 | 0 | 1010 | 100110 | 100011 | 101100 | 11010 | 110101 |
Color Harmonies of #A59467
Complementary color
Monochromatic Colors of #A59467
Black with #A59467
Text Example
Text Example
White with #A59467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59467; }
p { color: rgb(165,148,103); }
H1.HeaderClassName
{
color: #A59467;
}
.AnyTagClassName
{
color: #A59467;
}
</style>
background-color css
<style>
a { background-color: #A59467; }
a { background-color: rgb(165,148,103); }
div.DivClassName
{
background-color: #A59467;
}
.BgClassName
{
background-color: #A59467;
}
</style>
border-color css
<style>
span { border-color: #A59467; }
span { border-color: rgb(165,148,103); }
td.TdClassName
{
border-color: #A59467;
}
.TagClassName
{
border-color: #A59467;
}
</style>