Shades of Sundown #FFAAA8
Tints of Sundown #FFAAA8
RGB
CMYK
RGB Variations
Color information
#FFAAA8 (or 0xFFAAA8) is known color: Sundown. HEX triplet: FF, AA and A8. RGB value is (255,170,168). Sum of RGB (Red+Green+Blue) = 255+170+168=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAA8 is #005557. Grayscale: #C3C3C3. Windows color (decimal): -21848 or 11053823. OLE color: 11053823.
HSL color Cylindrical-coordinate representation of color #FFAAA8: hue angle of 1.38º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFAAA8 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 168 | - |
| CMYK | 0 | 0.33 | 0.34 | 0 |
| HSL | 1.38º | 1% | 0.83% | - |
| HSV(B) | 1.38º | 0.34% | 1% | - |
| XYZ | 62.68 | 52.84 | 43.94 | - |
| YUV | 195.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 168 | 0 | 0.33 | 0.34 | 0 | 1.38 | 1 | 0.83 |
| Hex | FF | AA | A8 | 0 | 21 | 22 | 0 | 1 | 64 | 53 |
| Octal | 377 | 252 | 250 | 0 | 41 | 42 | 0 | 1 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10101000 | 0 | 100001 | 100010 | 0 | 1 | 1100100 | 1010011 |
Color Harmonies of #FFAAA8
Complementary color
Monochromatic Colors of #FFAAA8
Black with #FFAAA8
Text Example
Text Example
White with #FFAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAA8; }
p { color: rgb(255,170,168); }
H1.HeaderClassName
{
color: #FFAAA8;
}
.AnyTagClassName
{
color: #FFAAA8;
}
</style>
background-color css
<style>
a { background-color: #FFAAA8; }
a { background-color: rgb(255,170,168); }
div.DivClassName
{
background-color: #FFAAA8;
}
.BgClassName
{
background-color: #FFAAA8;
}
</style>
border-color css
<style>
span { border-color: #FFAAA8; }
span { border-color: rgb(255,170,168); }
td.TdClassName
{
border-color: #FFAAA8;
}
.TagClassName
{
border-color: #FFAAA8;
}
</style>