Shades of Rainee #ADB3AC
Tints of Rainee #ADB3AC
RGB
CMYK
RGB Variations
Color information
#ADB3AC (or 0xADB3AC) is known color: Rainee. HEX triplet: AD, B3 and AC. RGB value is (173,179,172). Sum of RGB (Red+Green+Blue) = 173+179+172=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3AC is #524C53. Grayscale: #B0B0B0. Windows color (decimal): -5393492 or 11318189. OLE color: 11318189.
HSL color Cylindrical-coordinate representation of color #ADB3AC: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADB3AC is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
RGB | 173 | 179 | 172 | - |
CMYK | 0.03 | 0 | 0.04 | 0.30 |
HSL | 111.43º | 0.04% | 0.69% | - |
HSV(B) | 111.43º | 0.04% | 0.7% | - |
XYZ | 40.8 | 44.1 | 45.39 | - |
YUV | 176.41 | 125.51 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 179 | 172 | 0.03 | 0 | 0.04 | 0.30 | 111.43 | 0.04 | 0.69 |
Hex | AD | B3 | AC | 3 | 0 | 4 | 1E | 6F | 4 | 45 |
Octal | 255 | 263 | 254 | 3 | 0 | 4 | 36 | 157 | 4 | 105 |
Binary | 10101101 | 10110011 | 10101100 | 11 | 0 | 100 | 11110 | 1101111 | 100 | 1000101 |
Color Harmonies of #ADB3AC
Complementary color
Monochromatic Colors of #ADB3AC
Black with #ADB3AC
Text Example
Text Example
White with #ADB3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3AC; }
p { color: rgb(173,179,172); }
H1.HeaderClassName
{
color: #ADB3AC;
}
.AnyTagClassName
{
color: #ADB3AC;
}
</style>
background-color css
<style>
a { background-color: #ADB3AC; }
a { background-color: rgb(173,179,172); }
div.DivClassName
{
background-color: #ADB3AC;
}
.BgClassName
{
background-color: #ADB3AC;
}
</style>
border-color css
<style>
span { border-color: #ADB3AC; }
span { border-color: rgb(173,179,172); }
td.TdClassName
{
border-color: #ADB3AC;
}
.TagClassName
{
border-color: #ADB3AC;
}
</style>