Shades of My Sin #FFAA47
Tints of My Sin #FFAA47
RGB
CMYK
RGB Variations
Color information
#FFAA47 (or 0xFFAA47) is known color: My Sin. HEX triplet: FF, AA and 47. RGB value is (255,170,71). Sum of RGB (Red+Green+Blue) = 255+170+71=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 71 (28.12% from 255 or 14.31% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA47 is #0055B8. Grayscale: #B8B8B8. Windows color (decimal): -21945 or 4696831. OLE color: 4696831.
HSL color Cylindrical-coordinate representation of color #FFAA47: hue angle of 32.28º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFAA47 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 71 | - |
| CMYK | 0 | 0.33 | 0.72 | 0 |
| HSL | 32.28º | 1% | 0.64% | - |
| HSV(B) | 32.28º | 0.72% | 1% | - |
| XYZ | 56.75 | 50.46 | 12.71 | - |
| YUV | 184.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 71 | 0 | 0.33 | 0.72 | 0 | 32.28 | 1 | 0.64 |
| Hex | FF | AA | 47 | 0 | 21 | 48 | 0 | 20 | 64 | 40 |
| Octal | 377 | 252 | 107 | 0 | 41 | 110 | 0 | 40 | 144 | 100 |
| Binary | 11111111 | 10101010 | 1000111 | 0 | 100001 | 1001000 | 0 | 100000 | 1100100 | 1000000 |
Color Harmonies of #FFAA47
Complementary color
Monochromatic Colors of #FFAA47
Black with #FFAA47
Text Example
Text Example
White with #FFAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA47; }
p { color: rgb(255,170,71); }
H1.HeaderClassName
{
color: #FFAA47;
}
.AnyTagClassName
{
color: #FFAA47;
}
</style>
background-color css
<style>
a { background-color: #FFAA47; }
a { background-color: rgb(255,170,71); }
div.DivClassName
{
background-color: #FFAA47;
}
.BgClassName
{
background-color: #FFAA47;
}
</style>
border-color css
<style>
span { border-color: #FFAA47; }
span { border-color: rgb(255,170,71); }
td.TdClassName
{
border-color: #FFAA47;
}
.TagClassName
{
border-color: #FFAA47;
}
</style>