Shades of Apple Blossom #AF514A
Tints of Apple Blossom #AF514A
RGB
CMYK
RGB Variations
Color information
#AF514A (or 0xAF514A) is known color: Apple Blossom. HEX triplet: AF, 51 and 4A. RGB value is (175,81,74). Sum of RGB (Red+Green+Blue) = 175+81+74=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF514A is #50AEB5. Grayscale: #6C6C6C. Windows color (decimal): -5287606 or 4870575. OLE color: 4870575.
HSL color Cylindrical-coordinate representation of color #AF514A: hue angle of 4.16º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF514A is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 74 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.31 |
| HSL | 4.16º | 0.41% | 0.49% | - |
| HSV(B) | 4.16º | 0.58% | 0.69% | - |
| XYZ | 21.86 | 15.49 | 8.32 | - |
| YUV | 108.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 74 | 0 | 0.54 | 0.58 | 0.31 | 4.16 | 0.41 | 0.49 |
| Hex | AF | 51 | 4A | 0 | 36 | 3A | 1F | 4 | 29 | 31 |
| Octal | 257 | 121 | 112 | 0 | 66 | 72 | 37 | 4 | 51 | 61 |
| Binary | 10101111 | 1010001 | 1001010 | 0 | 110110 | 111010 | 11111 | 100 | 101001 | 110001 |
Color Harmonies of #AF514A
Complementary color
Monochromatic Colors of #AF514A
Black with #AF514A
Text Example
Text Example
White with #AF514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF514A; }
p { color: rgb(175,81,74); }
H1.HeaderClassName
{
color: #AF514A;
}
.AnyTagClassName
{
color: #AF514A;
}
</style>
background-color css
<style>
a { background-color: #AF514A; }
a { background-color: rgb(175,81,74); }
div.DivClassName
{
background-color: #AF514A;
}
.BgClassName
{
background-color: #AF514A;
}
</style>
border-color css
<style>
span { border-color: #AF514A; }
span { border-color: rgb(175,81,74); }
td.TdClassName
{
border-color: #AF514A;
}
.TagClassName
{
border-color: #AF514A;
}
</style>