Shades of East Side #A799B7
Tints of East Side #A799B7
RGB
CMYK
RGB Variations
Color information
#A799B7 (or 0xA799B7) is known color: East Side. HEX triplet: A7, 99 and B7. RGB value is (167,153,183). Sum of RGB (Red+Green+Blue) = 167+153+183=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 183 - color contains mainly: blue. Hex color #A799B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799B7 is #586648. Grayscale: #A0A0A0. Windows color (decimal): -5793353 or 12032423. OLE color: 12032423.
HSL color Cylindrical-coordinate representation of color #A799B7: hue angle of 268º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A799B7 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 153 | 183 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.28 |
| HSL | 268º | 0.17% | 0.66% | - |
| HSV(B) | 268º | 0.16% | 0.72% | - |
| XYZ | 35.87 | 34.42 | 49.55 | - |
| YUV | 160.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 183 | 0.09 | 0.16 | 0 | 0.28 | 268 | 0.17 | 0.66 |
| Hex | A7 | 99 | B7 | 9 | 10 | 0 | 1C | 10C | 11 | 42 |
| Octal | 247 | 231 | 267 | 11 | 20 | 0 | 34 | 414 | 21 | 102 |
| Binary | 10100111 | 10011001 | 10110111 | 1001 | 10000 | 0 | 11100 | 100001100 | 10001 | 1000010 |
Color Harmonies of #A799B7
Complementary color
Monochromatic Colors of #A799B7
Black with #A799B7
Text Example
Text Example
White with #A799B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A799B7; }
p { color: rgb(167,153,183); }
H1.HeaderClassName
{
color: #A799B7;
}
.AnyTagClassName
{
color: #A799B7;
}
</style>
background-color css
<style>
a { background-color: #A799B7; }
a { background-color: rgb(167,153,183); }
div.DivClassName
{
background-color: #A799B7;
}
.BgClassName
{
background-color: #A799B7;
}
</style>
border-color css
<style>
span { border-color: #A799B7; }
span { border-color: rgb(167,153,183); }
td.TdClassName
{
border-color: #A799B7;
}
.TagClassName
{
border-color: #A799B7;
}
</style>