Shades of East Side #AD99B8
Tints of East Side #AD99B8
RGB
CMYK
RGB Variations
Color information
#AD99B8 (or 0xAD99B8) is known color: East Side. HEX triplet: AD, 99 and B8. RGB value is (173,153,184). Sum of RGB (Red+Green+Blue) = 173+153+184=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD99B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99B8 is #526647. Grayscale: #A2A2A2. Windows color (decimal): -5400136 or 12097965. OLE color: 12097965.
HSL color Cylindrical-coordinate representation of color #AD99B8: hue angle of 278.71º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD99B8 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 173 | 153 | 184 | - |
CMYK | 0.06 | 0.17 | 0 | 0.28 |
HSL | 278.71º | 0.18% | 0.66% | - |
HSV(B) | 278.71º | 0.17% | 0.72% | - |
XYZ | 37.28 | 35.13 | 50.16 | - |
YUV | 162.51 | 140.13 | 135.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 153 | 184 | 0.06 | 0.17 | 0 | 0.28 | 278.71 | 0.18 | 0.66 |
Hex | AD | 99 | B8 | 6 | 11 | 0 | 1C | 117 | 12 | 42 |
Octal | 255 | 231 | 270 | 6 | 21 | 0 | 34 | 427 | 22 | 102 |
Binary | 10101101 | 10011001 | 10111000 | 110 | 10001 | 0 | 11100 | 100010111 | 10010 | 1000010 |
Color Harmonies of #AD99B8
Complementary color
Monochromatic Colors of #AD99B8
Black with #AD99B8
Text Example
Text Example
White with #AD99B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99B8; }
p { color: rgb(173,153,184); }
H1.HeaderClassName
{
color: #AD99B8;
}
.AnyTagClassName
{
color: #AD99B8;
}
</style>
background-color css
<style>
a { background-color: #AD99B8; }
a { background-color: rgb(173,153,184); }
div.DivClassName
{
background-color: #AD99B8;
}
.BgClassName
{
background-color: #AD99B8;
}
</style>
border-color css
<style>
span { border-color: #AD99B8; }
span { border-color: rgb(173,153,184); }
td.TdClassName
{
border-color: #AD99B8;
}
.TagClassName
{
border-color: #AD99B8;
}
</style>