Shades of Rainee #ADCBA5
Tints of Rainee #ADCBA5
RGB
CMYK
RGB Variations
Color information
#ADCBA5 (or 0xADCBA5) is known color: Rainee. HEX triplet: AD, CB and A5. RGB value is (173,203,165). Sum of RGB (Red+Green+Blue) = 173+203+165=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBA5 is #52345A. Grayscale: #BDBDBD. Windows color (decimal): -5387355 or 10865581. OLE color: 10865581.
HSL color Cylindrical-coordinate representation of color #ADCBA5: hue angle of 107.37º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADCBA5 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 203 | 165 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.20 |
| HSL | 107.37º | 0.27% | 0.72% | - |
| HSV(B) | 107.37º | 0.19% | 0.8% | - |
| XYZ | 45.38 | 54.31 | 43.69 | - |
| YUV | 189.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 165 | 0.15 | 0 | 0.19 | 0.20 | 107.37 | 0.27 | 0.72 |
| Hex | AD | CB | A5 | F | 0 | 13 | 14 | 6B | 1B | 48 |
| Octal | 255 | 313 | 245 | 17 | 0 | 23 | 24 | 153 | 33 | 110 |
| Binary | 10101101 | 11001011 | 10100101 | 1111 | 0 | 10011 | 10100 | 1101011 | 11011 | 1001000 |
Color Harmonies of #ADCBA5
Complementary color
Monochromatic Colors of #ADCBA5
Black with #ADCBA5
Text Example
Text Example
White with #ADCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBA5; }
p { color: rgb(173,203,165); }
H1.HeaderClassName
{
color: #ADCBA5;
}
.AnyTagClassName
{
color: #ADCBA5;
}
</style>
background-color css
<style>
a { background-color: #ADCBA5; }
a { background-color: rgb(173,203,165); }
div.DivClassName
{
background-color: #ADCBA5;
}
.BgClassName
{
background-color: #ADCBA5;
}
</style>
border-color css
<style>
span { border-color: #ADCBA5; }
span { border-color: rgb(173,203,165); }
td.TdClassName
{
border-color: #ADCBA5;
}
.TagClassName
{
border-color: #ADCBA5;
}
</style>