Shades of Sundown #FFADA5
Tints of Sundown #FFADA5
RGB
CMYK
RGB Variations
Color information
#FFADA5 (or 0xFFADA5) is known color: Sundown. HEX triplet: FF, AD and A5. RGB value is (255,173,165). Sum of RGB (Red+Green+Blue) = 255+173+165=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFADA5 is #00525A. Grayscale: #C4C4C4. Windows color (decimal): -21083 or 10857983. OLE color: 10857983.
HSL color Cylindrical-coordinate representation of color #FFADA5: hue angle of 5.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFADA5 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 165 | - |
| CMYK | 0 | 0.32 | 0.35 | 0 |
| HSL | 5.33º | 1% | 0.82% | - |
| HSV(B) | 5.33º | 0.35% | 1% | - |
| XYZ | 62.98 | 53.86 | 42.67 | - |
| YUV | 196.61 | 110.17 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 165 | 0 | 0.32 | 0.35 | 0 | 5.33 | 1 | 0.82 |
| Hex | FF | AD | A5 | 0 | 20 | 23 | 0 | 5 | 64 | 52 |
| Octal | 377 | 255 | 245 | 0 | 40 | 43 | 0 | 5 | 144 | 122 |
| Binary | 11111111 | 10101101 | 10100101 | 0 | 100000 | 100011 | 0 | 101 | 1100100 | 1010010 |
Color Harmonies of #FFADA5
Complementary color
Monochromatic Colors of #FFADA5
Black with #FFADA5
Text Example
Text Example
White with #FFADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADA5; }
p { color: rgb(255,173,165); }
H1.HeaderClassName
{
color: #FFADA5;
}
.AnyTagClassName
{
color: #FFADA5;
}
</style>
background-color css
<style>
a { background-color: #FFADA5; }
a { background-color: rgb(255,173,165); }
div.DivClassName
{
background-color: #FFADA5;
}
.BgClassName
{
background-color: #FFADA5;
}
</style>
border-color css
<style>
span { border-color: #FFADA5; }
span { border-color: rgb(255,173,165); }
td.TdClassName
{
border-color: #FFADA5;
}
.TagClassName
{
border-color: #FFADA5;
}
</style>