Shades of Chatelle #ABA3B1
Tints of Chatelle #ABA3B1
RGB
CMYK
RGB Variations
Color information
#ABA3B1 (or 0xABA3B1) is known color: Chatelle. HEX triplet: AB, A3 and B1. RGB value is (171,163,177). Sum of RGB (Red+Green+Blue) = 171+163+177=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABA3B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA3B1 is #545C4E. Grayscale: #A6A6A6. Windows color (decimal): -5528655 or 11641771. OLE color: 11641771.
HSL color Cylindrical-coordinate representation of color #ABA3B1: hue angle of 274.29º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABA3B1 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 163 | 177 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.31 |
| HSL | 274.29º | 0.08% | 0.67% | - |
| HSV(B) | 274.29º | 0.08% | 0.69% | - |
| XYZ | 37.83 | 38.03 | 46.94 | - |
| YUV | 166.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 177 | 0.03 | 0.08 | 0 | 0.31 | 274.29 | 0.08 | 0.67 |
| Hex | AB | A3 | B1 | 3 | 8 | 0 | 1F | 112 | 8 | 43 |
| Octal | 253 | 243 | 261 | 3 | 10 | 0 | 37 | 422 | 10 | 103 |
| Binary | 10101011 | 10100011 | 10110001 | 11 | 1000 | 0 | 11111 | 100010010 | 1000 | 1000011 |
Color Harmonies of #ABA3B1
Complementary color
Monochromatic Colors of #ABA3B1
Black with #ABA3B1
Text Example
Text Example
White with #ABA3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3B1; }
p { color: rgb(171,163,177); }
H1.HeaderClassName
{
color: #ABA3B1;
}
.AnyTagClassName
{
color: #ABA3B1;
}
</style>
background-color css
<style>
a { background-color: #ABA3B1; }
a { background-color: rgb(171,163,177); }
div.DivClassName
{
background-color: #ABA3B1;
}
.BgClassName
{
background-color: #ABA3B1;
}
</style>
border-color css
<style>
span { border-color: #ABA3B1; }
span { border-color: rgb(171,163,177); }
td.TdClassName
{
border-color: #ABA3B1;
}
.TagClassName
{
border-color: #ABA3B1;
}
</style>