Shades of Rose Of Sharon #AB4527
Tints of Rose Of Sharon #AB4527
RGB
CMYK
RGB Variations
Color information
#AB4527 (or 0xAB4527) is known color: Rose Of Sharon. HEX triplet: AB, 45 and 27. RGB value is (171,69,39). Sum of RGB (Red+Green+Blue) = 171+69+39=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4527 is #54BAD8. Grayscale: #606060. Windows color (decimal): -5552857 or 2573739. OLE color: 2573739.
HSL color Cylindrical-coordinate representation of color #AB4527: hue angle of 13.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB4527 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 39 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.33 |
| HSL | 13.64º | 0.63% | 0.41% | - |
| HSV(B) | 13.64º | 0.77% | 0.67% | - |
| XYZ | 19.29 | 13.06 | 3.42 | - |
| YUV | 96.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 39 | 0 | 0.60 | 0.77 | 0.33 | 13.64 | 0.63 | 0.41 |
| Hex | AB | 45 | 27 | 0 | 3C | 4D | 21 | E | 3F | 29 |
| Octal | 253 | 105 | 47 | 0 | 74 | 115 | 41 | 16 | 77 | 51 |
| Binary | 10101011 | 1000101 | 100111 | 0 | 111100 | 1001101 | 100001 | 1110 | 111111 | 101001 |
Color Harmonies of #AB4527
Complementary color
Monochromatic Colors of #AB4527
Black with #AB4527
Text Example
Text Example
White with #AB4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4527; }
p { color: rgb(171,69,39); }
H1.HeaderClassName
{
color: #AB4527;
}
.AnyTagClassName
{
color: #AB4527;
}
</style>
background-color css
<style>
a { background-color: #AB4527; }
a { background-color: rgb(171,69,39); }
div.DivClassName
{
background-color: #AB4527;
}
.BgClassName
{
background-color: #AB4527;
}
</style>
border-color css
<style>
span { border-color: #AB4527; }
span { border-color: rgb(171,69,39); }
td.TdClassName
{
border-color: #AB4527;
}
.TagClassName
{
border-color: #AB4527;
}
</style>