Shades of Scandal #A6DAC5
Tints of Scandal #A6DAC5
RGB
CMYK
RGB Variations
Color information
#A6DAC5 (or 0xA6DAC5) is known color: Scandal. HEX triplet: A6, DA and C5. RGB value is (166,218,197). Sum of RGB (Red+Green+Blue) = 166+218+197=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 197 (77.34% from 255 or 33.91% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DAC5 is #59253A. Grayscale: #C8C8C8. Windows color (decimal): -5842235 or 12966566. OLE color: 12966566.
HSL color Cylindrical-coordinate representation of color #A6DAC5: hue angle of 155.77º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DAC5 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 197 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.15 |
| HSL | 155.77º | 0.41% | 0.75% | - |
| HSV(B) | 155.77º | 0.24% | 0.85% | - |
| XYZ | 50.88 | 62.28 | 62.16 | - |
| YUV | 200.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 197 | 0.24 | 0 | 0.10 | 0.15 | 155.77 | 0.41 | 0.75 |
| Hex | A6 | DA | C5 | 18 | 0 | A | F | 9C | 29 | 4B |
| Octal | 246 | 332 | 305 | 30 | 0 | 12 | 17 | 234 | 51 | 113 |
| Binary | 10100110 | 11011010 | 11000101 | 11000 | 0 | 1010 | 1111 | 10011100 | 101001 | 1001011 |
Color Harmonies of #A6DAC5
Complementary color
Monochromatic Colors of #A6DAC5
Black with #A6DAC5
Text Example
Text Example
White with #A6DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DAC5; }
p { color: rgb(166,218,197); }
H1.HeaderClassName
{
color: #A6DAC5;
}
.AnyTagClassName
{
color: #A6DAC5;
}
</style>
background-color css
<style>
a { background-color: #A6DAC5; }
a { background-color: rgb(166,218,197); }
div.DivClassName
{
background-color: #A6DAC5;
}
.BgClassName
{
background-color: #A6DAC5;
}
</style>
border-color css
<style>
span { border-color: #A6DAC5; }
span { border-color: rgb(166,218,197); }
td.TdClassName
{
border-color: #A6DAC5;
}
.TagClassName
{
border-color: #A6DAC5;
}
</style>