Shades of Careys Pink #ADA5A6
Tints of Careys Pink #ADA5A6
RGB
CMYK
RGB Variations
Color information
#ADA5A6 (or 0xADA5A6) is known color: Careys Pink. HEX triplet: AD, A5 and A6. RGB value is (173,165,166). Sum of RGB (Red+Green+Blue) = 173+165+166=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA5A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA5A6 is #525A59. Grayscale: #A7A7A7. Windows color (decimal): -5397082 or 10921389. OLE color: 10921389.
HSL color Cylindrical-coordinate representation of color #ADA5A6: hue angle of 352.5º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADA5A6 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 166 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.32 |
| HSL | 352.5º | 0.05% | 0.66% | - |
| HSV(B) | 352.5º | 0.05% | 0.68% | - |
| XYZ | 37.57 | 38.55 | 41.54 | - |
| YUV | 167.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 166 | 0 | 0.05 | 0.04 | 0.32 | 352.5 | 0.05 | 0.66 |
| Hex | AD | A5 | A6 | 0 | 5 | 4 | 20 | 160 | 5 | 42 |
| Octal | 255 | 245 | 246 | 0 | 5 | 4 | 40 | 540 | 5 | 102 |
| Binary | 10101101 | 10100101 | 10100110 | 0 | 101 | 100 | 100000 | 101100000 | 101 | 1000010 |
Color Harmonies of #ADA5A6
Complementary color
Monochromatic Colors of #ADA5A6
Black with #ADA5A6
Text Example
Text Example
White with #ADA5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA5A6; }
p { color: rgb(173,165,166); }
H1.HeaderClassName
{
color: #ADA5A6;
}
.AnyTagClassName
{
color: #ADA5A6;
}
</style>
background-color css
<style>
a { background-color: #ADA5A6; }
a { background-color: rgb(173,165,166); }
div.DivClassName
{
background-color: #ADA5A6;
}
.BgClassName
{
background-color: #ADA5A6;
}
</style>
border-color css
<style>
span { border-color: #ADA5A6; }
span { border-color: rgb(173,165,166); }
td.TdClassName
{
border-color: #ADA5A6;
}
.TagClassName
{
border-color: #ADA5A6;
}
</style>