Shades of East Side #A48CAC
Tints of East Side #A48CAC
RGB
CMYK
RGB Variations
Color information
#A48CAC (or 0xA48CAC) is known color: East Side. HEX triplet: A4, 8C and AC. RGB value is (164,140,172). Sum of RGB (Red+Green+Blue) = 164+140+172=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #A48CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48CAC is #5B7353. Grayscale: #969696. Windows color (decimal): -5993300 or 11308196. OLE color: 11308196.
HSL color Cylindrical-coordinate representation of color #A48CAC: hue angle of 285º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A48CAC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 140 | 172 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.33 |
| HSL | 285º | 0.16% | 0.61% | - |
| HSV(B) | 285º | 0.19% | 0.67% | - |
| XYZ | 32.13 | 29.63 | 43.05 | - |
| YUV | 150.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 172 | 0.05 | 0.19 | 0 | 0.33 | 285 | 0.16 | 0.61 |
| Hex | A4 | 8C | AC | 5 | 13 | 0 | 21 | 11D | 10 | 3D |
| Octal | 244 | 214 | 254 | 5 | 23 | 0 | 41 | 435 | 20 | 75 |
| Binary | 10100100 | 10001100 | 10101100 | 101 | 10011 | 0 | 100001 | 100011101 | 10000 | 111101 |
Color Harmonies of #A48CAC
Complementary color
Monochromatic Colors of #A48CAC
Black with #A48CAC
Text Example
Text Example
White with #A48CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48CAC; }
p { color: rgb(164,140,172); }
H1.HeaderClassName
{
color: #A48CAC;
}
.AnyTagClassName
{
color: #A48CAC;
}
</style>
background-color css
<style>
a { background-color: #A48CAC; }
a { background-color: rgb(164,140,172); }
div.DivClassName
{
background-color: #A48CAC;
}
.BgClassName
{
background-color: #A48CAC;
}
</style>
border-color css
<style>
span { border-color: #A48CAC; }
span { border-color: rgb(164,140,172); }
td.TdClassName
{
border-color: #A48CAC;
}
.TagClassName
{
border-color: #A48CAC;
}
</style>