Shades of Apple Blossom #AF514C
Tints of Apple Blossom #AF514C
RGB
CMYK
RGB Variations
Color information
#AF514C (or 0xAF514C) is known color: Apple Blossom. HEX triplet: AF, 51 and 4C. RGB value is (175,81,76). Sum of RGB (Red+Green+Blue) = 175+81+76=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF514C is #50AEB3. Grayscale: #6C6C6C. Windows color (decimal): -5287604 or 5001647. OLE color: 5001647.
HSL color Cylindrical-coordinate representation of color #AF514C: hue angle of 3.03º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF514C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 76 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.31 |
| HSL | 3.03º | 0.39% | 0.49% | - |
| HSV(B) | 3.03º | 0.57% | 0.69% | - |
| XYZ | 21.93 | 15.52 | 8.68 | - |
| YUV | 108.54 | 109.64 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 76 | 0 | 0.54 | 0.57 | 0.31 | 3.03 | 0.39 | 0.49 |
| Hex | AF | 51 | 4C | 0 | 36 | 39 | 1F | 3 | 27 | 31 |
| Octal | 257 | 121 | 114 | 0 | 66 | 71 | 37 | 3 | 47 | 61 |
| Binary | 10101111 | 1010001 | 1001100 | 0 | 110110 | 111001 | 11111 | 11 | 100111 | 110001 |
Color Harmonies of #AF514C
Complementary color
Monochromatic Colors of #AF514C
Black with #AF514C
Text Example
Text Example
White with #AF514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF514C; }
p { color: rgb(175,81,76); }
H1.HeaderClassName
{
color: #AF514C;
}
.AnyTagClassName
{
color: #AF514C;
}
</style>
background-color css
<style>
a { background-color: #AF514C; }
a { background-color: rgb(175,81,76); }
div.DivClassName
{
background-color: #AF514C;
}
.BgClassName
{
background-color: #AF514C;
}
</style>
border-color css
<style>
span { border-color: #AF514C; }
span { border-color: rgb(175,81,76); }
td.TdClassName
{
border-color: #AF514C;
}
.TagClassName
{
border-color: #AF514C;
}
</style>