Shades of Apple Blossom #A1504A
Tints of Apple Blossom #A1504A
RGB
CMYK
RGB Variations
Color information
#A1504A (or 0xA1504A) is known color: Apple Blossom. HEX triplet: A1, 50 and 4A. RGB value is (161,80,74). Sum of RGB (Red+Green+Blue) = 161+80+74=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A1504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1504A is #5EAFB5. Grayscale: #676767. Windows color (decimal): -6205366 or 4870305. OLE color: 4870305.
HSL color Cylindrical-coordinate representation of color #A1504A: hue angle of 4.14º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1504A is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 74 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.37 |
| HSL | 4.14º | 0.37% | 0.46% | - |
| HSV(B) | 4.14º | 0.54% | 0.63% | - |
| XYZ | 18.8 | 13.81 | 8.15 | - |
| YUV | 103.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 74 | 0 | 0.50 | 0.54 | 0.37 | 4.14 | 0.37 | 0.46 |
| Hex | A1 | 50 | 4A | 0 | 32 | 36 | 25 | 4 | 25 | 2E |
| Octal | 241 | 120 | 112 | 0 | 62 | 66 | 45 | 4 | 45 | 56 |
| Binary | 10100001 | 1010000 | 1001010 | 0 | 110010 | 110110 | 100101 | 100 | 100101 | 101110 |
Color Harmonies of #A1504A
Complementary color
Monochromatic Colors of #A1504A
Black with #A1504A
Text Example
Text Example
White with #A1504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1504A; }
p { color: rgb(161,80,74); }
H1.HeaderClassName
{
color: #A1504A;
}
.AnyTagClassName
{
color: #A1504A;
}
</style>
background-color css
<style>
a { background-color: #A1504A; }
a { background-color: rgb(161,80,74); }
div.DivClassName
{
background-color: #A1504A;
}
.BgClassName
{
background-color: #A1504A;
}
</style>
border-color css
<style>
span { border-color: #A1504A; }
span { border-color: rgb(161,80,74); }
td.TdClassName
{
border-color: #A1504A;
}
.TagClassName
{
border-color: #A1504A;
}
</style>