Shades of Apple Blossom #AF504C
Tints of Apple Blossom #AF504C
RGB
CMYK
RGB Variations
Color information
#AF504C (or 0xAF504C) is known color: Apple Blossom. HEX triplet: AF, 50 and 4C. RGB value is (175,80,76). Sum of RGB (Red+Green+Blue) = 175+80+76=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF504C is #50AFB3. Grayscale: #6C6C6C. Windows color (decimal): -5287860 or 5001391. OLE color: 5001391.
HSL color Cylindrical-coordinate representation of color #AF504C: hue angle of 2.42º 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 #AF504C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 76 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.31 |
| HSL | 2.42º | 0.39% | 0.49% | - |
| HSV(B) | 2.42º | 0.57% | 0.69% | - |
| XYZ | 21.85 | 15.37 | 8.65 | - |
| YUV | 107.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 76 | 0 | 0.54 | 0.57 | 0.31 | 2.42 | 0.39 | 0.49 |
| Hex | AF | 50 | 4C | 0 | 36 | 39 | 1F | 2 | 27 | 31 |
| Octal | 257 | 120 | 114 | 0 | 66 | 71 | 37 | 2 | 47 | 61 |
| Binary | 10101111 | 1010000 | 1001100 | 0 | 110110 | 111001 | 11111 | 10 | 100111 | 110001 |
Color Harmonies of #AF504C
Complementary color
Monochromatic Colors of #AF504C
Black with #AF504C
Text Example
Text Example
White with #AF504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF504C; }
p { color: rgb(175,80,76); }
H1.HeaderClassName
{
color: #AF504C;
}
.AnyTagClassName
{
color: #AF504C;
}
</style>
background-color css
<style>
a { background-color: #AF504C; }
a { background-color: rgb(175,80,76); }
div.DivClassName
{
background-color: #AF504C;
}
.BgClassName
{
background-color: #AF504C;
}
</style>
border-color css
<style>
span { border-color: #AF504C; }
span { border-color: rgb(175,80,76); }
td.TdClassName
{
border-color: #AF504C;
}
.TagClassName
{
border-color: #AF504C;
}
</style>