Shades of East Side #A38CAE
Tints of East Side #A38CAE
RGB
CMYK
RGB Variations
Color information
#A38CAE (or 0xA38CAE) is known color: East Side. HEX triplet: A3, 8C and AE. RGB value is (163,140,174). Sum of RGB (Red+Green+Blue) = 163+140+174=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #A38CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38CAE is #5C7351. Grayscale: #969696. Windows color (decimal): -6058834 or 11439267. OLE color: 11439267.
HSL color Cylindrical-coordinate representation of color #A38CAE: hue angle of 280.59º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38CAE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 140 | 174 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.32 |
| HSL | 280.59º | 0.17% | 0.62% | - |
| HSV(B) | 280.59º | 0.2% | 0.68% | - |
| XYZ | 32.12 | 29.6 | 44.06 | - |
| YUV | 150.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 174 | 0.06 | 0.20 | 0 | 0.32 | 280.59 | 0.17 | 0.62 |
| Hex | A3 | 8C | AE | 6 | 14 | 0 | 20 | 119 | 11 | 3E |
| Octal | 243 | 214 | 256 | 6 | 24 | 0 | 40 | 431 | 21 | 76 |
| Binary | 10100011 | 10001100 | 10101110 | 110 | 10100 | 0 | 100000 | 100011001 | 10001 | 111110 |
Color Harmonies of #A38CAE
Complementary color
Monochromatic Colors of #A38CAE
Black with #A38CAE
Text Example
Text Example
White with #A38CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CAE; }
p { color: rgb(163,140,174); }
H1.HeaderClassName
{
color: #A38CAE;
}
.AnyTagClassName
{
color: #A38CAE;
}
</style>
background-color css
<style>
a { background-color: #A38CAE; }
a { background-color: rgb(163,140,174); }
div.DivClassName
{
background-color: #A38CAE;
}
.BgClassName
{
background-color: #A38CAE;
}
</style>
border-color css
<style>
span { border-color: #A38CAE; }
span { border-color: rgb(163,140,174); }
td.TdClassName
{
border-color: #A38CAE;
}
.TagClassName
{
border-color: #A38CAE;
}
</style>