Shades of Grey Chateau #A4ADB5
Tints of Grey Chateau #A4ADB5
RGB
CMYK
RGB Variations
Color information
#A4ADB5 (or 0xA4ADB5) is known color: Grey Chateau. HEX triplet: A4, AD and B5. RGB value is (164,173,181). Sum of RGB (Red+Green+Blue) = 164+173+181=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 181 - color contains mainly: blue. Hex color #A4ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ADB5 is #5B524A. Grayscale: #ABABAB. Windows color (decimal): -5984843 or 11906468. OLE color: 11906468.
HSL color Cylindrical-coordinate representation of color #A4ADB5: hue angle of 208.24º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4ADB5 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 164 | 173 | 181 | - |
CMYK | 0.09 | 0.04 | 0 | 0.29 |
HSL | 208.24º | 0.1% | 0.68% | - |
HSV(B) | 208.24º | 0.09% | 0.71% | - |
XYZ | 38.59 | 41.12 | 49.62 | - |
YUV | 171.22 | 133.52 | 122.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 173 | 181 | 0.09 | 0.04 | 0 | 0.29 | 208.24 | 0.1 | 0.68 |
Hex | A4 | AD | B5 | 9 | 4 | 0 | 1D | D0 | A | 44 |
Octal | 244 | 255 | 265 | 11 | 4 | 0 | 35 | 320 | 12 | 104 |
Binary | 10100100 | 10101101 | 10110101 | 1001 | 100 | 0 | 11101 | 11010000 | 1010 | 1000100 |
Color Harmonies of #A4ADB5
Complementary color
Monochromatic Colors of #A4ADB5
Black with #A4ADB5
Text Example
Text Example
White with #A4ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ADB5; }
p { color: rgb(164,173,181); }
H1.HeaderClassName
{
color: #A4ADB5;
}
.AnyTagClassName
{
color: #A4ADB5;
}
</style>
background-color css
<style>
a { background-color: #A4ADB5; }
a { background-color: rgb(164,173,181); }
div.DivClassName
{
background-color: #A4ADB5;
}
.BgClassName
{
background-color: #A4ADB5;
}
</style>
border-color css
<style>
span { border-color: #A4ADB5; }
span { border-color: rgb(164,173,181); }
td.TdClassName
{
border-color: #A4ADB5;
}
.TagClassName
{
border-color: #A4ADB5;
}
</style>