Shades of Sundown #FFAAAA
Tints of Sundown #FFAAAA
RGB
CMYK
RGB Variations
Color information
#FFAAAA (or 0xFFAAAA) is known color: Sundown. HEX triplet: FF, AA and AA. RGB value is (255,170,170). Sum of RGB (Red+Green+Blue) = 255+170+170=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAAA is #005555. Grayscale: #C3C3C3. Windows color (decimal): -21846 or 11184895. OLE color: 11184895.
HSL color Cylindrical-coordinate representation of color #FFAAAA: hue angle of 0º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAAA is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 170 | - |
| CMYK | 0 | 0.33 | 0.33 | 0 |
| HSL | 0º | 1% | 0.83% | - |
| HSV(B) | 0º | 0.33% | 1% | - |
| XYZ | 62.87 | 52.91 | 44.93 | - |
| YUV | 195.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 170 | 0 | 0.33 | 0.33 | 0 | 0 | 1 | 0.83 |
| Hex | FF | AA | AA | 0 | 21 | 21 | 0 | 0 | 64 | 53 |
| Octal | 377 | 252 | 252 | 0 | 41 | 41 | 0 | 0 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10101010 | 0 | 100001 | 100001 | 0 | 0 | 1100100 | 1010011 |
Color Harmonies of #FFAAAA
Complementary color
Monochromatic Colors of #FFAAAA
Black with #FFAAAA
Text Example
Text Example
White with #FFAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAAA; }
p { color: rgb(255,170,170); }
H1.HeaderClassName
{
color: #FFAAAA;
}
.AnyTagClassName
{
color: #FFAAAA;
}
</style>
background-color css
<style>
a { background-color: #FFAAAA; }
a { background-color: rgb(255,170,170); }
div.DivClassName
{
background-color: #FFAAAA;
}
.BgClassName
{
background-color: #FFAAAA;
}
</style>
border-color css
<style>
span { border-color: #FFAAAA; }
span { border-color: rgb(255,170,170); }
td.TdClassName
{
border-color: #FFAAAA;
}
.TagClassName
{
border-color: #FFAAAA;
}
</style>