Shades of Apple Blossom #A6514B
Tints of Apple Blossom #A6514B
RGB
CMYK
RGB Variations
Color information
#A6514B (or 0xA6514B) is known color: Apple Blossom. HEX triplet: A6, 51 and 4B. RGB value is (166,81,75). Sum of RGB (Red+Green+Blue) = 166+81+75=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A6514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6514B is #59AEB4. Grayscale: #696969. Windows color (decimal): -5877429 or 4936102. OLE color: 4936102.
HSL color Cylindrical-coordinate representation of color #A6514B: hue angle of 3.96º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6514B is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 81 | 75 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.35 |
| HSL | 3.96º | 0.38% | 0.47% | - |
| HSV(B) | 3.96º | 0.55% | 0.65% | - |
| XYZ | 19.94 | 14.5 | 8.4 | - |
| YUV | 105.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 75 | 0 | 0.51 | 0.55 | 0.35 | 3.96 | 0.38 | 0.47 |
| Hex | A6 | 51 | 4B | 0 | 33 | 37 | 23 | 4 | 26 | 2F |
| Octal | 246 | 121 | 113 | 0 | 63 | 67 | 43 | 4 | 46 | 57 |
| Binary | 10100110 | 1010001 | 1001011 | 0 | 110011 | 110111 | 100011 | 100 | 100110 | 101111 |
Color Harmonies of #A6514B
Complementary color
Monochromatic Colors of #A6514B
Black with #A6514B
Text Example
Text Example
White with #A6514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6514B; }
p { color: rgb(166,81,75); }
H1.HeaderClassName
{
color: #A6514B;
}
.AnyTagClassName
{
color: #A6514B;
}
</style>
background-color css
<style>
a { background-color: #A6514B; }
a { background-color: rgb(166,81,75); }
div.DivClassName
{
background-color: #A6514B;
}
.BgClassName
{
background-color: #A6514B;
}
</style>
border-color css
<style>
span { border-color: #A6514B; }
span { border-color: rgb(166,81,75); }
td.TdClassName
{
border-color: #A6514B;
}
.TagClassName
{
border-color: #A6514B;
}
</style>