Shades of Apple Blossom #AF4D3D
Tints of Apple Blossom #AF4D3D
RGB
CMYK
RGB Variations
Color information
#AF4D3D (or 0xAF4D3D) is known color: Apple Blossom. HEX triplet: AF, 4D and 3D. RGB value is (175,77,61). Sum of RGB (Red+Green+Blue) = 175+77+61=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D3D is #50B2C2. Grayscale: #686868. Windows color (decimal): -5288643 or 4017583. OLE color: 4017583.
HSL color Cylindrical-coordinate representation of color #AF4D3D: hue angle of 8.42º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF4D3D is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 77 | 61 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.31 |
| HSL | 8.42º | 0.48% | 0.46% | - |
| HSV(B) | 8.42º | 0.65% | 0.69% | - |
| XYZ | 21.18 | 14.76 | 6.15 | - |
| YUV | 104.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 61 | 0 | 0.56 | 0.65 | 0.31 | 8.42 | 0.48 | 0.46 |
| Hex | AF | 4D | 3D | 0 | 38 | 41 | 1F | 8 | 30 | 2E |
| Octal | 257 | 115 | 75 | 0 | 70 | 101 | 37 | 10 | 60 | 56 |
| Binary | 10101111 | 1001101 | 111101 | 0 | 111000 | 1000001 | 11111 | 1000 | 110000 | 101110 |
Color Harmonies of #AF4D3D
Complementary color
Monochromatic Colors of #AF4D3D
Black with #AF4D3D
Text Example
Text Example
White with #AF4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4D3D; }
p { color: rgb(175,77,61); }
H1.HeaderClassName
{
color: #AF4D3D;
}
.AnyTagClassName
{
color: #AF4D3D;
}
</style>
background-color css
<style>
a { background-color: #AF4D3D; }
a { background-color: rgb(175,77,61); }
div.DivClassName
{
background-color: #AF4D3D;
}
.BgClassName
{
background-color: #AF4D3D;
}
</style>
border-color css
<style>
span { border-color: #AF4D3D; }
span { border-color: rgb(175,77,61); }
td.TdClassName
{
border-color: #AF4D3D;
}
.TagClassName
{
border-color: #AF4D3D;
}
</style>