Shades of Pale Oyster #A69375
Tints of Pale Oyster #A69375
RGB
CMYK
RGB Variations
Color information
#A69375 (or 0xA69375) is known color: Pale Oyster. HEX triplet: A6, 93 and 75. RGB value is (166,147,117). Sum of RGB (Red+Green+Blue) = 166+147+117=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A69375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69375 is #596C8A. Grayscale: #959595. Windows color (decimal): -5860491 or 7705510. OLE color: 7705510.
HSL color Cylindrical-coordinate representation of color #A69375: hue angle of 36.73º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69375 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 117 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.35 |
| HSL | 36.73º | 0.22% | 0.55% | - |
| HSV(B) | 36.73º | 0.3% | 0.65% | - |
| XYZ | 29.37 | 30.26 | 21.12 | - |
| YUV | 149.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 117 | 0 | 0.11 | 0.30 | 0.35 | 36.73 | 0.22 | 0.55 |
| Hex | A6 | 93 | 75 | 0 | B | 1E | 23 | 25 | 16 | 37 |
| Octal | 246 | 223 | 165 | 0 | 13 | 36 | 43 | 45 | 26 | 67 |
| Binary | 10100110 | 10010011 | 1110101 | 0 | 1011 | 11110 | 100011 | 100101 | 10110 | 110111 |
Color Harmonies of #A69375
Complementary color
Monochromatic Colors of #A69375
Black with #A69375
Text Example
Text Example
White with #A69375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69375; }
p { color: rgb(166,147,117); }
H1.HeaderClassName
{
color: #A69375;
}
.AnyTagClassName
{
color: #A69375;
}
</style>
background-color css
<style>
a { background-color: #A69375; }
a { background-color: rgb(166,147,117); }
div.DivClassName
{
background-color: #A69375;
}
.BgClassName
{
background-color: #A69375;
}
</style>
border-color css
<style>
span { border-color: #A69375; }
span { border-color: rgb(166,147,117); }
td.TdClassName
{
border-color: #A69375;
}
.TagClassName
{
border-color: #A69375;
}
</style>