Shades of Sinbad #AACDCA
Tints of Sinbad #AACDCA
RGB
CMYK
RGB Variations
Color information
#AACDCA (or 0xAACDCA) is known color: Sinbad. HEX triplet: AA, CD and CA. RGB value is (170,205,202). Sum of RGB (Red+Green+Blue) = 170+205+202=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDCA is #553235. Grayscale: #C2C2C2. Windows color (decimal): -5583414 or 13290922. OLE color: 13290922.
HSL color Cylindrical-coordinate representation of color #AACDCA: hue angle of 174.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDCA is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 202 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.20 |
| HSL | 174.86º | 0.26% | 0.74% | - |
| HSV(B) | 174.86º | 0.17% | 0.8% | - |
| XYZ | 49.07 | 56.47 | 64.19 | - |
| YUV | 194.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 202 | 0.17 | 0 | 0.01 | 0.20 | 174.86 | 0.26 | 0.74 |
| Hex | AA | CD | CA | 11 | 0 | 1 | 14 | AF | 1A | 4A |
| Octal | 252 | 315 | 312 | 21 | 0 | 1 | 24 | 257 | 32 | 112 |
| Binary | 10101010 | 11001101 | 11001010 | 10001 | 0 | 1 | 10100 | 10101111 | 11010 | 1001010 |
Color Harmonies of #AACDCA
Complementary color
Monochromatic Colors of #AACDCA
Black with #AACDCA
Text Example
Text Example
White with #AACDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDCA; }
p { color: rgb(170,205,202); }
H1.HeaderClassName
{
color: #AACDCA;
}
.AnyTagClassName
{
color: #AACDCA;
}
</style>
background-color css
<style>
a { background-color: #AACDCA; }
a { background-color: rgb(170,205,202); }
div.DivClassName
{
background-color: #AACDCA;
}
.BgClassName
{
background-color: #AACDCA;
}
</style>
border-color css
<style>
span { border-color: #AACDCA; }
span { border-color: rgb(170,205,202); }
td.TdClassName
{
border-color: #AACDCA;
}
.TagClassName
{
border-color: #AACDCA;
}
</style>