Shades of Pale Oyster #A49375
Tints of Pale Oyster #A49375
RGB
CMYK
RGB Variations
Color information
#A49375 (or 0xA49375) is known color: Pale Oyster. HEX triplet: A4, 93 and 75. RGB value is (164,147,117). Sum of RGB (Red+Green+Blue) = 164+147+117=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A49375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49375 is #5B6C8A. Grayscale: #949494. Windows color (decimal): -5991563 or 7705508. OLE color: 7705508.
HSL color Cylindrical-coordinate representation of color #A49375: hue angle of 38.3º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A49375 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 117 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.36 |
| HSL | 38.3º | 0.21% | 0.55% | - |
| HSV(B) | 38.3º | 0.29% | 0.64% | - |
| XYZ | 28.95 | 30.04 | 21.1 | - |
| YUV | 148.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 117 | 0 | 0.10 | 0.29 | 0.36 | 38.3 | 0.21 | 0.55 |
| Hex | A4 | 93 | 75 | 0 | A | 1D | 24 | 26 | 15 | 37 |
| Octal | 244 | 223 | 165 | 0 | 12 | 35 | 44 | 46 | 25 | 67 |
| Binary | 10100100 | 10010011 | 1110101 | 0 | 1010 | 11101 | 100100 | 100110 | 10101 | 110111 |
Color Harmonies of #A49375
Complementary color
Monochromatic Colors of #A49375
Black with #A49375
Text Example
Text Example
White with #A49375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49375; }
p { color: rgb(164,147,117); }
H1.HeaderClassName
{
color: #A49375;
}
.AnyTagClassName
{
color: #A49375;
}
</style>
background-color css
<style>
a { background-color: #A49375; }
a { background-color: rgb(164,147,117); }
div.DivClassName
{
background-color: #A49375;
}
.BgClassName
{
background-color: #A49375;
}
</style>
border-color css
<style>
span { border-color: #A49375; }
span { border-color: rgb(164,147,117); }
td.TdClassName
{
border-color: #A49375;
}
.TagClassName
{
border-color: #A49375;
}
</style>