Shades of Rainee #ADB7AC
Tints of Rainee #ADB7AC
RGB
CMYK
RGB Variations
Color information
#ADB7AC (or 0xADB7AC) is known color: Rainee. HEX triplet: AD, B7 and AC. RGB value is (173,183,172). Sum of RGB (Red+Green+Blue) = 173+183+172=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB7AC is #524853. Grayscale: #B2B2B2. Windows color (decimal): -5392468 or 11319213. OLE color: 11319213.
HSL color Cylindrical-coordinate representation of color #ADB7AC: hue angle of 114.55º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB7AC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
RGB | 173 | 183 | 172 | - |
CMYK | 0.05 | 0 | 0.06 | 0.28 |
HSL | 114.55º | 0.07% | 0.7% | - |
HSV(B) | 114.55º | 0.06% | 0.72% | - |
XYZ | 41.61 | 45.73 | 45.66 | - |
YUV | 178.76 | 124.19 | 123.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 183 | 172 | 0.05 | 0 | 0.06 | 0.28 | 114.55 | 0.07 | 0.7 |
Hex | AD | B7 | AC | 5 | 0 | 6 | 1C | 73 | 7 | 46 |
Octal | 255 | 267 | 254 | 5 | 0 | 6 | 34 | 163 | 7 | 106 |
Binary | 10101101 | 10110111 | 10101100 | 101 | 0 | 110 | 11100 | 1110011 | 111 | 1000110 |
Color Harmonies of #ADB7AC
Complementary color
Monochromatic Colors of #ADB7AC
Black with #ADB7AC
Text Example
Text Example
White with #ADB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB7AC; }
p { color: rgb(173,183,172); }
H1.HeaderClassName
{
color: #ADB7AC;
}
.AnyTagClassName
{
color: #ADB7AC;
}
</style>
background-color css
<style>
a { background-color: #ADB7AC; }
a { background-color: rgb(173,183,172); }
div.DivClassName
{
background-color: #ADB7AC;
}
.BgClassName
{
background-color: #ADB7AC;
}
</style>
border-color css
<style>
span { border-color: #ADB7AC; }
span { border-color: rgb(173,183,172); }
td.TdClassName
{
border-color: #ADB7AC;
}
.TagClassName
{
border-color: #ADB7AC;
}
</style>