Shades of Rainee #ADB0AD
Tints of Rainee #ADB0AD
RGB
CMYK
RGB Variations
Color information
#ADB0AD (or 0xADB0AD) is known color: Rainee. HEX triplet: AD, B0 and AD. RGB value is (173,176,173). Sum of RGB (Red+Green+Blue) = 173+176+173=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB0AD is #524F52. Grayscale: #AEAEAE. Windows color (decimal): -5394259 or 11382957. OLE color: 11382957.
HSL color Cylindrical-coordinate representation of color #ADB0AD: hue angle of 120º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADB0AD is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 176 | 173 | - |
CMYK | 0.02 | 0 | 0.02 | 0.31 |
HSL | 120º | 0.02% | 0.68% | - |
HSV(B) | 120º | 0.02% | 0.69% | - |
XYZ | 40.3 | 42.95 | 45.7 | - |
YUV | 174.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 176 | 173 | 0.02 | 0 | 0.02 | 0.31 | 120 | 0.02 | 0.68 |
Hex | AD | B0 | AD | 2 | 0 | 2 | 1F | 78 | 2 | 44 |
Octal | 255 | 260 | 255 | 2 | 0 | 2 | 37 | 170 | 2 | 104 |
Binary | 10101101 | 10110000 | 10101101 | 10 | 0 | 10 | 11111 | 1111000 | 10 | 1000100 |
Color Harmonies of #ADB0AD
Complementary color
Monochromatic Colors of #ADB0AD
Black with #ADB0AD
Text Example
Text Example
White with #ADB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0AD; }
p { color: rgb(173,176,173); }
H1.HeaderClassName
{
color: #ADB0AD;
}
.AnyTagClassName
{
color: #ADB0AD;
}
</style>
background-color css
<style>
a { background-color: #ADB0AD; }
a { background-color: rgb(173,176,173); }
div.DivClassName
{
background-color: #ADB0AD;
}
.BgClassName
{
background-color: #ADB0AD;
}
</style>
border-color css
<style>
span { border-color: #ADB0AD; }
span { border-color: rgb(173,176,173); }
td.TdClassName
{
border-color: #ADB0AD;
}
.TagClassName
{
border-color: #ADB0AD;
}
</style>