Shades of East Side #A39CAA
Tints of East Side #A39CAA
RGB
CMYK
RGB Variations
Color information
#A39CAA (or 0xA39CAA) is known color: East Side. HEX triplet: A3, 9C and AA. RGB value is (163,156,170). Sum of RGB (Red+Green+Blue) = 163+156+170=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 170 - color contains mainly: blue. Hex color #A39CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39CAA is #5C6355. Grayscale: #9F9F9F. Windows color (decimal): -6054742 or 11181219. OLE color: 11181219.
HSL color Cylindrical-coordinate representation of color #A39CAA: hue angle of 270º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A39CAA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 156 | 170 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.33 |
| HSL | 270º | 0.08% | 0.64% | - |
| HSV(B) | 270º | 0.08% | 0.67% | - |
| XYZ | 34.25 | 34.47 | 42.88 | - |
| YUV | 159.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 170 | 0.04 | 0.08 | 0 | 0.33 | 270 | 0.08 | 0.64 |
| Hex | A3 | 9C | AA | 4 | 8 | 0 | 21 | 10E | 8 | 40 |
| Octal | 243 | 234 | 252 | 4 | 10 | 0 | 41 | 416 | 10 | 100 |
| Binary | 10100011 | 10011100 | 10101010 | 100 | 1000 | 0 | 100001 | 100001110 | 1000 | 1000000 |
Color Harmonies of #A39CAA
Complementary color
Monochromatic Colors of #A39CAA
Black with #A39CAA
Text Example
Text Example
White with #A39CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39CAA; }
p { color: rgb(163,156,170); }
H1.HeaderClassName
{
color: #A39CAA;
}
.AnyTagClassName
{
color: #A39CAA;
}
</style>
background-color css
<style>
a { background-color: #A39CAA; }
a { background-color: rgb(163,156,170); }
div.DivClassName
{
background-color: #A39CAA;
}
.BgClassName
{
background-color: #A39CAA;
}
</style>
border-color css
<style>
span { border-color: #A39CAA; }
span { border-color: rgb(163,156,170); }
td.TdClassName
{
border-color: #A39CAA;
}
.TagClassName
{
border-color: #A39CAA;
}
</style>