Shades of Apple Blossom #AF524D
Tints of Apple Blossom #AF524D
RGB
CMYK
RGB Variations
Color information
#AF524D (or 0xAF524D) is known color: Apple Blossom. HEX triplet: AF, 52 and 4D. RGB value is (175,82,77). Sum of RGB (Red+Green+Blue) = 175+82+77=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF524D is #50ADB2. Grayscale: #6D6D6D. Windows color (decimal): -5287347 or 5067439. OLE color: 5067439.
HSL color Cylindrical-coordinate representation of color #AF524D: hue angle of 3.06º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF524D is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 82 | 77 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.31 |
| HSL | 3.06º | 0.39% | 0.49% | - |
| HSV(B) | 3.06º | 0.56% | 0.69% | - |
| XYZ | 22.04 | 15.68 | 8.89 | - |
| YUV | 109.24 | 109.81 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 82 | 77 | 0 | 0.53 | 0.56 | 0.31 | 3.06 | 0.39 | 0.49 |
| Hex | AF | 52 | 4D | 0 | 35 | 38 | 1F | 3 | 27 | 31 |
| Octal | 257 | 122 | 115 | 0 | 65 | 70 | 37 | 3 | 47 | 61 |
| Binary | 10101111 | 1010010 | 1001101 | 0 | 110101 | 111000 | 11111 | 11 | 100111 | 110001 |
Color Harmonies of #AF524D
Complementary color
Monochromatic Colors of #AF524D
Black with #AF524D
Text Example
Text Example
White with #AF524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF524D; }
p { color: rgb(175,82,77); }
H1.HeaderClassName
{
color: #AF524D;
}
.AnyTagClassName
{
color: #AF524D;
}
</style>
background-color css
<style>
a { background-color: #AF524D; }
a { background-color: rgb(175,82,77); }
div.DivClassName
{
background-color: #AF524D;
}
.BgClassName
{
background-color: #AF524D;
}
</style>
border-color css
<style>
span { border-color: #AF524D; }
span { border-color: rgb(175,82,77); }
td.TdClassName
{
border-color: #AF524D;
}
.TagClassName
{
border-color: #AF524D;
}
</style>