Shades of Chatelle #A39EA4
Tints of Chatelle #A39EA4
RGB
CMYK
RGB Variations
Color information
#A39EA4 (or 0xA39EA4) is known color: Chatelle. HEX triplet: A3, 9E and A4. RGB value is (163,158,164). Sum of RGB (Red+Green+Blue) = 163+158+164=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 164 - color contains mainly: blue. Hex color #A39EA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39EA4 is #5C615B. Grayscale: #A0A0A0. Windows color (decimal): -6054236 or 10788515. OLE color: 10788515.
HSL color Cylindrical-coordinate representation of color #A39EA4: hue angle of 290º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A39EA4 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 158 | 164 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.36 |
| HSL | 290º | 0.03% | 0.63% | - |
| HSV(B) | 290º | 0.04% | 0.64% | - |
| XYZ | 34.03 | 34.92 | 40.07 | - |
| YUV | 160.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 158 | 164 | 0.01 | 0.04 | 0 | 0.36 | 290 | 0.03 | 0.63 |
| Hex | A3 | 9E | A4 | 1 | 4 | 0 | 24 | 122 | 3 | 3F |
| Octal | 243 | 236 | 244 | 1 | 4 | 0 | 44 | 442 | 3 | 77 |
| Binary | 10100011 | 10011110 | 10100100 | 1 | 100 | 0 | 100100 | 100100010 | 11 | 111111 |
Color Harmonies of #A39EA4
Complementary color
Monochromatic Colors of #A39EA4
Black with #A39EA4
Text Example
Text Example
White with #A39EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39EA4; }
p { color: rgb(163,158,164); }
H1.HeaderClassName
{
color: #A39EA4;
}
.AnyTagClassName
{
color: #A39EA4;
}
</style>
background-color css
<style>
a { background-color: #A39EA4; }
a { background-color: rgb(163,158,164); }
div.DivClassName
{
background-color: #A39EA4;
}
.BgClassName
{
background-color: #A39EA4;
}
</style>
border-color css
<style>
span { border-color: #A39EA4; }
span { border-color: rgb(163,158,164); }
td.TdClassName
{
border-color: #A39EA4;
}
.TagClassName
{
border-color: #A39EA4;
}
</style>