Shades of East Side #A59BAF
Tints of East Side #A59BAF
RGB
CMYK
RGB Variations
Color information
#A59BAF (or 0xA59BAF) is known color: East Side. HEX triplet: A5, 9B and AF. RGB value is (165,155,175). Sum of RGB (Red+Green+Blue) = 165+155+175=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #A59BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BAF is #5A6450. Grayscale: #A0A0A0. Windows color (decimal): -5923921 or 11508645. OLE color: 11508645.
HSL color Cylindrical-coordinate representation of color #A59BAF: hue angle of 270º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A59BAF is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 155 | 175 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.31 |
| HSL | 270º | 0.11% | 0.65% | - |
| HSV(B) | 270º | 0.11% | 0.69% | - |
| XYZ | 34.98 | 34.54 | 45.38 | - |
| YUV | 160.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 175 | 0.06 | 0.11 | 0 | 0.31 | 270 | 0.11 | 0.65 |
| Hex | A5 | 9B | AF | 6 | B | 0 | 1F | 10E | B | 41 |
| Octal | 245 | 233 | 257 | 6 | 13 | 0 | 37 | 416 | 13 | 101 |
| Binary | 10100101 | 10011011 | 10101111 | 110 | 1011 | 0 | 11111 | 100001110 | 1011 | 1000001 |
Color Harmonies of #A59BAF
Complementary color
Monochromatic Colors of #A59BAF
Black with #A59BAF
Text Example
Text Example
White with #A59BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59BAF; }
p { color: rgb(165,155,175); }
H1.HeaderClassName
{
color: #A59BAF;
}
.AnyTagClassName
{
color: #A59BAF;
}
</style>
background-color css
<style>
a { background-color: #A59BAF; }
a { background-color: rgb(165,155,175); }
div.DivClassName
{
background-color: #A59BAF;
}
.BgClassName
{
background-color: #A59BAF;
}
</style>
border-color css
<style>
span { border-color: #A59BAF; }
span { border-color: rgb(165,155,175); }
td.TdClassName
{
border-color: #A59BAF;
}
.TagClassName
{
border-color: #A59BAF;
}
</style>