Shades of Chatelle #A69DAB
Tints of Chatelle #A69DAB
RGB
CMYK
RGB Variations
Color information
#A69DAB (or 0xA69DAB) is known color: Chatelle. HEX triplet: A6, 9D and AB. RGB value is (166,157,171). Sum of RGB (Red+Green+Blue) = 166+157+171=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 171 - color contains mainly: blue. Hex color #A69DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DAB is #596254. Grayscale: #A1A1A1. Windows color (decimal): -5857877 or 11247014. OLE color: 11247014.
HSL color Cylindrical-coordinate representation of color #A69DAB: hue angle of 278.57º 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 #A69DAB is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 166 | 157 | 171 | - |
CMYK | 0.03 | 0.08 | 0 | 0.33 |
HSL | 278.57º | 0.08% | 0.64% | - |
HSV(B) | 278.57º | 0.08% | 0.67% | - |
XYZ | 35.13 | 35.16 | 43.46 | - |
YUV | 161.29 | 133.48 | 131.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 157 | 171 | 0.03 | 0.08 | 0 | 0.33 | 278.57 | 0.08 | 0.64 |
Hex | A6 | 9D | AB | 3 | 8 | 0 | 21 | 117 | 8 | 40 |
Octal | 246 | 235 | 253 | 3 | 10 | 0 | 41 | 427 | 10 | 100 |
Binary | 10100110 | 10011101 | 10101011 | 11 | 1000 | 0 | 100001 | 100010111 | 1000 | 1000000 |
Color Harmonies of #A69DAB
Complementary color
Monochromatic Colors of #A69DAB
Black with #A69DAB
Text Example
Text Example
White with #A69DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69DAB; }
p { color: rgb(166,157,171); }
H1.HeaderClassName
{
color: #A69DAB;
}
.AnyTagClassName
{
color: #A69DAB;
}
</style>
background-color css
<style>
a { background-color: #A69DAB; }
a { background-color: rgb(166,157,171); }
div.DivClassName
{
background-color: #A69DAB;
}
.BgClassName
{
background-color: #A69DAB;
}
</style>
border-color css
<style>
span { border-color: #A69DAB; }
span { border-color: rgb(166,157,171); }
td.TdClassName
{
border-color: #A69DAB;
}
.TagClassName
{
border-color: #A69DAB;
}
</style>