Shades of Sundown #FFAAA6
Tints of Sundown #FFAAA6
RGB
CMYK
RGB Variations
Color information
#FFAAA6 (or 0xFFAAA6) is known color: Sundown. HEX triplet: FF, AA and A6. RGB value is (255,170,166). Sum of RGB (Red+Green+Blue) = 255+170+166=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAA6 is #005559. Grayscale: #C3C3C3. Windows color (decimal): -21850 or 10922751. OLE color: 10922751.
HSL color Cylindrical-coordinate representation of color #FFAAA6: hue angle of 2.7º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFAAA6 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 166 | - |
| CMYK | 0 | 0.33 | 0.35 | 0 |
| HSL | 2.7º | 1% | 0.83% | - |
| HSV(B) | 2.7º | 0.35% | 1% | - |
| XYZ | 62.5 | 52.76 | 42.97 | - |
| YUV | 194.96 | 111.66 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 166 | 0 | 0.33 | 0.35 | 0 | 2.7 | 1 | 0.83 |
| Hex | FF | AA | A6 | 0 | 21 | 23 | 0 | 3 | 64 | 53 |
| Octal | 377 | 252 | 246 | 0 | 41 | 43 | 0 | 3 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10100110 | 0 | 100001 | 100011 | 0 | 11 | 1100100 | 1010011 |
Color Harmonies of #FFAAA6
Complementary color
Monochromatic Colors of #FFAAA6
Black with #FFAAA6
Text Example
Text Example
White with #FFAAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAA6; }
p { color: rgb(255,170,166); }
H1.HeaderClassName
{
color: #FFAAA6;
}
.AnyTagClassName
{
color: #FFAAA6;
}
</style>
background-color css
<style>
a { background-color: #FFAAA6; }
a { background-color: rgb(255,170,166); }
div.DivClassName
{
background-color: #FFAAA6;
}
.BgClassName
{
background-color: #FFAAA6;
}
</style>
border-color css
<style>
span { border-color: #FFAAA6; }
span { border-color: rgb(255,170,166); }
td.TdClassName
{
border-color: #FFAAA6;
}
.TagClassName
{
border-color: #FFAAA6;
}
</style>