Shades of Apple Blossom #AF534A
Tints of Apple Blossom #AF534A
RGB
CMYK
RGB Variations
Color information
#AF534A (or 0xAF534A) is known color: Apple Blossom. HEX triplet: AF, 53 and 4A. RGB value is (175,83,74). Sum of RGB (Red+Green+Blue) = 175+83+74=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF534A is #50ACB5. Grayscale: #6D6D6D. Windows color (decimal): -5287094 or 4871087. OLE color: 4871087.
HSL color Cylindrical-coordinate representation of color #AF534A: hue angle of 5.35º 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 #AF534A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 74 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.31 |
| HSL | 5.35º | 0.41% | 0.49% | - |
| HSV(B) | 5.35º | 0.58% | 0.69% | - |
| XYZ | 22.01 | 15.79 | 8.37 | - |
| YUV | 109.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 74 | 0 | 0.53 | 0.58 | 0.31 | 5.35 | 0.41 | 0.49 |
| Hex | AF | 53 | 4A | 0 | 35 | 3A | 1F | 5 | 29 | 31 |
| Octal | 257 | 123 | 112 | 0 | 65 | 72 | 37 | 5 | 51 | 61 |
| Binary | 10101111 | 1010011 | 1001010 | 0 | 110101 | 111010 | 11111 | 101 | 101001 | 110001 |
Color Harmonies of #AF534A
Complementary color
Monochromatic Colors of #AF534A
Black with #AF534A
Text Example
Text Example
White with #AF534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF534A; }
p { color: rgb(175,83,74); }
H1.HeaderClassName
{
color: #AF534A;
}
.AnyTagClassName
{
color: #AF534A;
}
</style>
background-color css
<style>
a { background-color: #AF534A; }
a { background-color: rgb(175,83,74); }
div.DivClassName
{
background-color: #AF534A;
}
.BgClassName
{
background-color: #AF534A;
}
</style>
border-color css
<style>
span { border-color: #AF534A; }
span { border-color: rgb(175,83,74); }
td.TdClassName
{
border-color: #AF534A;
}
.TagClassName
{
border-color: #AF534A;
}
</style>