Shades of Careys Pink #AD9B9D
Tints of Careys Pink #AD9B9D
RGB
CMYK
RGB Variations
Color information
#AD9B9D (or 0xAD9B9D) is known color: Careys Pink. HEX triplet: AD, 9B and 9D. RGB value is (173,155,157). Sum of RGB (Red+Green+Blue) = 173+155+157=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B9D is #526462. Grayscale: #A0A0A0. Windows color (decimal): -5399651 or 10329005. OLE color: 10329005.
HSL color Cylindrical-coordinate representation of color #AD9B9D: hue angle of 353.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AD9B9D is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 157 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.32 |
| HSL | 353.33º | 0.1% | 0.64% | - |
| HSV(B) | 353.33º | 0.1% | 0.68% | - |
| XYZ | 35.04 | 34.76 | 36.76 | - |
| YUV | 160.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 157 | 0 | 0.10 | 0.09 | 0.32 | 353.33 | 0.1 | 0.64 |
| Hex | AD | 9B | 9D | 0 | A | 9 | 20 | 161 | A | 40 |
| Octal | 255 | 233 | 235 | 0 | 12 | 11 | 40 | 541 | 12 | 100 |
| Binary | 10101101 | 10011011 | 10011101 | 0 | 1010 | 1001 | 100000 | 101100001 | 1010 | 1000000 |
Color Harmonies of #AD9B9D
Complementary color
Monochromatic Colors of #AD9B9D
Black with #AD9B9D
Text Example
Text Example
White with #AD9B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B9D; }
p { color: rgb(173,155,157); }
H1.HeaderClassName
{
color: #AD9B9D;
}
.AnyTagClassName
{
color: #AD9B9D;
}
</style>
background-color css
<style>
a { background-color: #AD9B9D; }
a { background-color: rgb(173,155,157); }
div.DivClassName
{
background-color: #AD9B9D;
}
.BgClassName
{
background-color: #AD9B9D;
}
</style>
border-color css
<style>
span { border-color: #AD9B9D; }
span { border-color: rgb(173,155,157); }
td.TdClassName
{
border-color: #AD9B9D;
}
.TagClassName
{
border-color: #AD9B9D;
}
</style>