Shades of Sundown #FFACAA
Tints of Sundown #FFACAA
RGB
CMYK
RGB Variations
Color information
#FFACAA (or 0xFFACAA) is known color: Sundown. HEX triplet: FF, AC and AA. RGB value is (255,172,170). Sum of RGB (Red+Green+Blue) = 255+172+170=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACAA is #005355. Grayscale: #C4C4C4. Windows color (decimal): -21334 or 11185407. OLE color: 11185407.
HSL color Cylindrical-coordinate representation of color #FFACAA: hue angle of 1.41º 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 #FFACAA is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 170 | - |
| CMYK | 0 | 0.33 | 0.33 | 0 |
| HSL | 1.41º | 1% | 0.83% | - |
| HSV(B) | 1.41º | 0.33% | 1% | - |
| XYZ | 63.25 | 53.67 | 45.06 | - |
| YUV | 196.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 170 | 0 | 0.33 | 0.33 | 0 | 1.41 | 1 | 0.83 |
| Hex | FF | AC | AA | 0 | 21 | 21 | 0 | 1 | 64 | 53 |
| Octal | 377 | 254 | 252 | 0 | 41 | 41 | 0 | 1 | 144 | 123 |
| Binary | 11111111 | 10101100 | 10101010 | 0 | 100001 | 100001 | 0 | 1 | 1100100 | 1010011 |
Color Harmonies of #FFACAA
Complementary color
Monochromatic Colors of #FFACAA
Black with #FFACAA
Text Example
Text Example
White with #FFACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACAA; }
p { color: rgb(255,172,170); }
H1.HeaderClassName
{
color: #FFACAA;
}
.AnyTagClassName
{
color: #FFACAA;
}
</style>
background-color css
<style>
a { background-color: #FFACAA; }
a { background-color: rgb(255,172,170); }
div.DivClassName
{
background-color: #FFACAA;
}
.BgClassName
{
background-color: #FFACAA;
}
</style>
border-color css
<style>
span { border-color: #FFACAA; }
span { border-color: rgb(255,172,170); }
td.TdClassName
{
border-color: #FFACAA;
}
.TagClassName
{
border-color: #FFACAA;
}
</style>