Shades of Apple Blossom #A9504A
Tints of Apple Blossom #A9504A
RGB
CMYK
RGB Variations
Color information
#A9504A (or 0xA9504A) is known color: Apple Blossom. HEX triplet: A9, 50 and 4A. RGB value is (169,80,74). Sum of RGB (Red+Green+Blue) = 169+80+74=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A9504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9504A is #56AFB5. Grayscale: #6A6A6A. Windows color (decimal): -5681078 or 4870313. OLE color: 4870313.
HSL color Cylindrical-coordinate representation of color #A9504A: hue angle of 3.79º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9504A is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 80 | 74 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.34 |
| HSL | 3.79º | 0.39% | 0.48% | - |
| HSV(B) | 3.79º | 0.56% | 0.66% | - |
| XYZ | 20.47 | 14.67 | 8.23 | - |
| YUV | 105.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 80 | 74 | 0 | 0.53 | 0.56 | 0.34 | 3.79 | 0.39 | 0.48 |
| Hex | A9 | 50 | 4A | 0 | 35 | 38 | 22 | 4 | 27 | 30 |
| Octal | 251 | 120 | 112 | 0 | 65 | 70 | 42 | 4 | 47 | 60 |
| Binary | 10101001 | 1010000 | 1001010 | 0 | 110101 | 111000 | 100010 | 100 | 100111 | 110000 |
Color Harmonies of #A9504A
Complementary color
Monochromatic Colors of #A9504A
Black with #A9504A
Text Example
Text Example
White with #A9504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9504A; }
p { color: rgb(169,80,74); }
H1.HeaderClassName
{
color: #A9504A;
}
.AnyTagClassName
{
color: #A9504A;
}
</style>
background-color css
<style>
a { background-color: #A9504A; }
a { background-color: rgb(169,80,74); }
div.DivClassName
{
background-color: #A9504A;
}
.BgClassName
{
background-color: #A9504A;
}
</style>
border-color css
<style>
span { border-color: #A9504A; }
span { border-color: rgb(169,80,74); }
td.TdClassName
{
border-color: #A9504A;
}
.TagClassName
{
border-color: #A9504A;
}
</style>