Shades of Chatelle #A59DAA
Tints of Chatelle #A59DAA
RGB
CMYK
RGB Variations
Color information
#A59DAA (or 0xA59DAA) is known color: Chatelle. HEX triplet: A5, 9D and AA. RGB value is (165,157,170). Sum of RGB (Red+Green+Blue) = 165+157+170=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: blue. Hex color #A59DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DAA is #5A6255. Grayscale: #A0A0A0. Windows color (decimal): -5923414 or 11181477. OLE color: 11181477.
HSL color Cylindrical-coordinate representation of color #A59DAA: hue angle of 276.92º degrees, saturation: 0.07, 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 #A59DAA is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 157 | 170 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.33 |
| HSL | 276.92º | 0.07% | 0.64% | - |
| HSV(B) | 276.92º | 0.08% | 0.67% | - |
| XYZ | 34.83 | 35.02 | 42.95 | - |
| YUV | 160.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 170 | 0.03 | 0.08 | 0 | 0.33 | 276.92 | 0.07 | 0.64 |
| Hex | A5 | 9D | AA | 3 | 8 | 0 | 21 | 115 | 7 | 40 |
| Octal | 245 | 235 | 252 | 3 | 10 | 0 | 41 | 425 | 7 | 100 |
| Binary | 10100101 | 10011101 | 10101010 | 11 | 1000 | 0 | 100001 | 100010101 | 111 | 1000000 |
Color Harmonies of #A59DAA
Complementary color
Monochromatic Colors of #A59DAA
Black with #A59DAA
Text Example
Text Example
White with #A59DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DAA; }
p { color: rgb(165,157,170); }
H1.HeaderClassName
{
color: #A59DAA;
}
.AnyTagClassName
{
color: #A59DAA;
}
</style>
background-color css
<style>
a { background-color: #A59DAA; }
a { background-color: rgb(165,157,170); }
div.DivClassName
{
background-color: #A59DAA;
}
.BgClassName
{
background-color: #A59DAA;
}
</style>
border-color css
<style>
span { border-color: #A59DAA; }
span { border-color: rgb(165,157,170); }
td.TdClassName
{
border-color: #A59DAA;
}
.TagClassName
{
border-color: #A59DAA;
}
</style>