Shades of Rose Of Sharon #AF4E2A
Tints of Rose Of Sharon #AF4E2A
RGB
CMYK
RGB Variations
Color information
#AF4E2A (or 0xAF4E2A) is known color: Rose Of Sharon. HEX triplet: AF, 4E and 2A. RGB value is (175,78,42). Sum of RGB (Red+Green+Blue) = 175+78+42=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E2A is #50B1D5. Grayscale: #676767. Windows color (decimal): -5288406 or 2772655. OLE color: 2772655.
HSL color Cylindrical-coordinate representation of color #AF4E2A: hue angle of 16.24º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF4E2A is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 42 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.31 |
| HSL | 16.24º | 0.61% | 0.43% | - |
| HSV(B) | 16.24º | 0.76% | 0.69% | - |
| XYZ | 20.82 | 14.73 | 3.94 | - |
| YUV | 102.9 | 93.64 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 42 | 0 | 0.55 | 0.76 | 0.31 | 16.24 | 0.61 | 0.43 |
| Hex | AF | 4E | 2A | 0 | 37 | 4C | 1F | 10 | 3D | 2B |
| Octal | 257 | 116 | 52 | 0 | 67 | 114 | 37 | 20 | 75 | 53 |
| Binary | 10101111 | 1001110 | 101010 | 0 | 110111 | 1001100 | 11111 | 10000 | 111101 | 101011 |
Color Harmonies of #AF4E2A
Complementary color
Monochromatic Colors of #AF4E2A
Black with #AF4E2A
Text Example
Text Example
White with #AF4E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E2A; }
p { color: rgb(175,78,42); }
H1.HeaderClassName
{
color: #AF4E2A;
}
.AnyTagClassName
{
color: #AF4E2A;
}
</style>
background-color css
<style>
a { background-color: #AF4E2A; }
a { background-color: rgb(175,78,42); }
div.DivClassName
{
background-color: #AF4E2A;
}
.BgClassName
{
background-color: #AF4E2A;
}
</style>
border-color css
<style>
span { border-color: #AF4E2A; }
span { border-color: rgb(175,78,42); }
td.TdClassName
{
border-color: #AF4E2A;
}
.TagClassName
{
border-color: #AF4E2A;
}
</style>