Shades of Apple Blossom #AF534E
Tints of Apple Blossom #AF534E
RGB
CMYK
RGB Variations
Color information
#AF534E (or 0xAF534E) is known color: Apple Blossom. HEX triplet: AF, 53 and 4E. RGB value is (175,83,78). Sum of RGB (Red+Green+Blue) = 175+83+78=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF534E is #50ACB1. Grayscale: #6E6E6E. Windows color (decimal): -5287090 or 5133231. OLE color: 5133231.
HSL color Cylindrical-coordinate representation of color #AF534E: hue angle of 3.09º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF534E is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 78 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.31 |
| HSL | 3.09º | 0.38% | 0.5% | - |
| HSV(B) | 3.09º | 0.55% | 0.69% | - |
| XYZ | 22.15 | 15.85 | 9.1 | - |
| YUV | 109.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 78 | 0 | 0.53 | 0.55 | 0.31 | 3.09 | 0.38 | 0.5 |
| Hex | AF | 53 | 4E | 0 | 35 | 37 | 1F | 3 | 26 | 32 |
| Octal | 257 | 123 | 116 | 0 | 65 | 67 | 37 | 3 | 46 | 62 |
| Binary | 10101111 | 1010011 | 1001110 | 0 | 110101 | 110111 | 11111 | 11 | 100110 | 110010 |
Color Harmonies of #AF534E
Complementary color
Monochromatic Colors of #AF534E
Black with #AF534E
Text Example
Text Example
White with #AF534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF534E; }
p { color: rgb(175,83,78); }
H1.HeaderClassName
{
color: #AF534E;
}
.AnyTagClassName
{
color: #AF534E;
}
</style>
background-color css
<style>
a { background-color: #AF534E; }
a { background-color: rgb(175,83,78); }
div.DivClassName
{
background-color: #AF534E;
}
.BgClassName
{
background-color: #AF534E;
}
</style>
border-color css
<style>
span { border-color: #AF534E; }
span { border-color: rgb(175,83,78); }
td.TdClassName
{
border-color: #AF534E;
}
.TagClassName
{
border-color: #AF534E;
}
</style>