Shades of Rose Of Sharon #AC431F
Tints of Rose Of Sharon #AC431F
RGB
CMYK
RGB Variations
Color information
#AC431F (or 0xAC431F) is known color: Rose Of Sharon. HEX triplet: AC, 43 and 1F. RGB value is (172,67,31). Sum of RGB (Red+Green+Blue) = 172+67+31=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC431F is #53BCE0. Grayscale: #5E5E5E. Windows color (decimal): -5487841 or 2048940. OLE color: 2048940.
HSL color Cylindrical-coordinate representation of color #AC431F: hue angle of 15.32º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC431F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 31 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.33 |
| HSL | 15.32º | 0.69% | 0.4% | - |
| HSV(B) | 15.32º | 0.82% | 0.67% | - |
| XYZ | 19.27 | 12.88 | 2.77 | - |
| YUV | 94.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 31 | 0 | 0.61 | 0.82 | 0.33 | 15.32 | 0.69 | 0.4 |
| Hex | AC | 43 | 1F | 0 | 3D | 52 | 21 | F | 45 | 28 |
| Octal | 254 | 103 | 37 | 0 | 75 | 122 | 41 | 17 | 105 | 50 |
| Binary | 10101100 | 1000011 | 11111 | 0 | 111101 | 1010010 | 100001 | 1111 | 1000101 | 101000 |
Color Harmonies of #AC431F
Complementary color
Monochromatic Colors of #AC431F
Black with #AC431F
Text Example
Text Example
White with #AC431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC431F; }
p { color: rgb(172,67,31); }
H1.HeaderClassName
{
color: #AC431F;
}
.AnyTagClassName
{
color: #AC431F;
}
</style>
background-color css
<style>
a { background-color: #AC431F; }
a { background-color: rgb(172,67,31); }
div.DivClassName
{
background-color: #AC431F;
}
.BgClassName
{
background-color: #AC431F;
}
</style>
border-color css
<style>
span { border-color: #AC431F; }
span { border-color: rgb(172,67,31); }
td.TdClassName
{
border-color: #AC431F;
}
.TagClassName
{
border-color: #AC431F;
}
</style>