Shades of Sundown #FFAAA4
Tints of Sundown #FFAAA4
RGB
CMYK
RGB Variations
Color information
#FFAAA4 (or 0xFFAAA4) is known color: Sundown. HEX triplet: FF, AA and A4. RGB value is (255,170,164). Sum of RGB (Red+Green+Blue) = 255+170+164=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAA4 is #00555B. Grayscale: #C2C2C2. Windows color (decimal): -21852 or 10791679. OLE color: 10791679.
HSL color Cylindrical-coordinate representation of color #FFAAA4: hue angle of 3.96º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFAAA4 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 164 | - |
| CMYK | 0 | 0.33 | 0.36 | 0 |
| HSL | 3.96º | 1% | 0.82% | - |
| HSV(B) | 3.96º | 0.36% | 1% | - |
| XYZ | 62.32 | 52.69 | 42.01 | - |
| YUV | 194.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 164 | 0 | 0.33 | 0.36 | 0 | 3.96 | 1 | 0.82 |
| Hex | FF | AA | A4 | 0 | 21 | 24 | 0 | 4 | 64 | 52 |
| Octal | 377 | 252 | 244 | 0 | 41 | 44 | 0 | 4 | 144 | 122 |
| Binary | 11111111 | 10101010 | 10100100 | 0 | 100001 | 100100 | 0 | 100 | 1100100 | 1010010 |
Color Harmonies of #FFAAA4
Complementary color
Monochromatic Colors of #FFAAA4
Black with #FFAAA4
Text Example
Text Example
White with #FFAAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAA4; }
p { color: rgb(255,170,164); }
H1.HeaderClassName
{
color: #FFAAA4;
}
.AnyTagClassName
{
color: #FFAAA4;
}
</style>
background-color css
<style>
a { background-color: #FFAAA4; }
a { background-color: rgb(255,170,164); }
div.DivClassName
{
background-color: #FFAAA4;
}
.BgClassName
{
background-color: #FFAAA4;
}
</style>
border-color css
<style>
span { border-color: #FFAAA4; }
span { border-color: rgb(255,170,164); }
td.TdClassName
{
border-color: #FFAAA4;
}
.TagClassName
{
border-color: #FFAAA4;
}
</style>