Shades of Careys Pink #AD9B9C
Tints of Careys Pink #AD9B9C
RGB
CMYK
RGB Variations
Color information
#AD9B9C (or 0xAD9B9C) is known color: Careys Pink. HEX triplet: AD, 9B and 9C. RGB value is (173,155,156). Sum of RGB (Red+Green+Blue) = 173+155+156=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9B9C is #526463. Grayscale: #A0A0A0. Windows color (decimal): -5399652 or 10263469. OLE color: 10263469.
HSL color Cylindrical-coordinate representation of color #AD9B9C: hue angle of 356.67º 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 #AD9B9C is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 155 | 156 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.32 |
| HSL | 356.67º | 0.1% | 0.64% | - |
| HSV(B) | 356.67º | 0.1% | 0.68% | - |
| XYZ | 34.96 | 34.73 | 36.31 | - |
| YUV | 160.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 156 | 0 | 0.10 | 0.10 | 0.32 | 356.67 | 0.1 | 0.64 |
| Hex | AD | 9B | 9C | 0 | A | A | 20 | 165 | A | 40 |
| Octal | 255 | 233 | 234 | 0 | 12 | 12 | 40 | 545 | 12 | 100 |
| Binary | 10101101 | 10011011 | 10011100 | 0 | 1010 | 1010 | 100000 | 101100101 | 1010 | 1000000 |
Color Harmonies of #AD9B9C
Complementary color
Monochromatic Colors of #AD9B9C
Black with #AD9B9C
Text Example
Text Example
White with #AD9B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9B9C; }
p { color: rgb(173,155,156); }
H1.HeaderClassName
{
color: #AD9B9C;
}
.AnyTagClassName
{
color: #AD9B9C;
}
</style>
background-color css
<style>
a { background-color: #AD9B9C; }
a { background-color: rgb(173,155,156); }
div.DivClassName
{
background-color: #AD9B9C;
}
.BgClassName
{
background-color: #AD9B9C;
}
</style>
border-color css
<style>
span { border-color: #AD9B9C; }
span { border-color: rgb(173,155,156); }
td.TdClassName
{
border-color: #AD9B9C;
}
.TagClassName
{
border-color: #AD9B9C;
}
</style>