Shades of Apple Blossom #AF584A
Tints of Apple Blossom #AF584A
RGB
CMYK
RGB Variations
Color information
#AF584A (or 0xAF584A) is known color: Apple Blossom. HEX triplet: AF, 58 and 4A. RGB value is (175,88,74). Sum of RGB (Red+Green+Blue) = 175+88+74=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF584A is #50A7B5. Grayscale: #707070. Windows color (decimal): -5285814 or 4872367. OLE color: 4872367.
HSL color Cylindrical-coordinate representation of color #AF584A: hue angle of 8.32º 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 #AF584A is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 88 | 74 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.31 |
| HSL | 8.32º | 0.41% | 0.49% | - |
| HSV(B) | 8.32º | 0.58% | 0.69% | - |
| XYZ | 22.4 | 16.59 | 8.5 | - |
| YUV | 112.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 88 | 74 | 0 | 0.50 | 0.58 | 0.31 | 8.32 | 0.41 | 0.49 |
| Hex | AF | 58 | 4A | 0 | 32 | 3A | 1F | 8 | 29 | 31 |
| Octal | 257 | 130 | 112 | 0 | 62 | 72 | 37 | 10 | 51 | 61 |
| Binary | 10101111 | 1011000 | 1001010 | 0 | 110010 | 111010 | 11111 | 1000 | 101001 | 110001 |
Color Harmonies of #AF584A
Complementary color
Monochromatic Colors of #AF584A
Black with #AF584A
Text Example
Text Example
White with #AF584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF584A; }
p { color: rgb(175,88,74); }
H1.HeaderClassName
{
color: #AF584A;
}
.AnyTagClassName
{
color: #AF584A;
}
</style>
background-color css
<style>
a { background-color: #AF584A; }
a { background-color: rgb(175,88,74); }
div.DivClassName
{
background-color: #AF584A;
}
.BgClassName
{
background-color: #AF584A;
}
</style>
border-color css
<style>
span { border-color: #AF584A; }
span { border-color: rgb(175,88,74); }
td.TdClassName
{
border-color: #AF584A;
}
.TagClassName
{
border-color: #AF584A;
}
</style>