Shades of East Side #A79DAE
Tints of East Side #A79DAE
RGB
CMYK
RGB Variations
Color information
#A79DAE (or 0xA79DAE) is known color: East Side. HEX triplet: A7, 9D and AE. RGB value is (167,157,174). Sum of RGB (Red+Green+Blue) = 167+157+174=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #A79DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79DAE is #586251. Grayscale: #A1A1A1. Windows color (decimal): -5792338 or 11443623. OLE color: 11443623.
HSL color Cylindrical-coordinate representation of color #A79DAE: hue angle of 275.29º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A79DAE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 157 | 174 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.32 |
| HSL | 275.29º | 0.09% | 0.65% | - |
| HSV(B) | 275.29º | 0.1% | 0.68% | - |
| XYZ | 35.63 | 35.39 | 45 | - |
| YUV | 161.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 174 | 0.04 | 0.10 | 0 | 0.32 | 275.29 | 0.09 | 0.65 |
| Hex | A7 | 9D | AE | 4 | A | 0 | 20 | 113 | 9 | 41 |
| Octal | 247 | 235 | 256 | 4 | 12 | 0 | 40 | 423 | 11 | 101 |
| Binary | 10100111 | 10011101 | 10101110 | 100 | 1010 | 0 | 100000 | 100010011 | 1001 | 1000001 |
Color Harmonies of #A79DAE
Complementary color
Monochromatic Colors of #A79DAE
Black with #A79DAE
Text Example
Text Example
White with #A79DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79DAE; }
p { color: rgb(167,157,174); }
H1.HeaderClassName
{
color: #A79DAE;
}
.AnyTagClassName
{
color: #A79DAE;
}
</style>
background-color css
<style>
a { background-color: #A79DAE; }
a { background-color: rgb(167,157,174); }
div.DivClassName
{
background-color: #A79DAE;
}
.BgClassName
{
background-color: #A79DAE;
}
</style>
border-color css
<style>
span { border-color: #A79DAE; }
span { border-color: rgb(167,157,174); }
td.TdClassName
{
border-color: #A79DAE;
}
.TagClassName
{
border-color: #A79DAE;
}
</style>