Shades of Mosque #0A6253
Tints of Mosque #0A6253
RGB
CMYK
RGB Variations
Color information
#0A6253 (or 0x0A6253) is known color: Mosque. HEX triplet: 0A, 62 and 53. RGB value is (10,98,83). Sum of RGB (Red+Green+Blue) = 10+98+83=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #0A6253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6253 is #F59DAC. Grayscale: #454545. Windows color (decimal): -16096685 or 5464586. OLE color: 5464586.
HSL color Cylindrical-coordinate representation of color #0A6253: hue angle of 169.77º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6253 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 98 | 83 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.62 |
| HSL | 169.77º | 0.81% | 0.21% | - |
| HSV(B) | 169.77º | 0.9% | 0.38% | - |
| XYZ | 6.05 | 9.42 | 9.68 | - |
| YUV | 69.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 83 | 0.90 | 0 | 0.15 | 0.62 | 169.77 | 0.81 | 0.21 |
| Hex | A | 62 | 53 | 5A | 0 | F | 3E | AA | 51 | 15 |
| Octal | 12 | 142 | 123 | 132 | 0 | 17 | 76 | 252 | 121 | 25 |
| Binary | 1010 | 1100010 | 1010011 | 1011010 | 0 | 1111 | 111110 | 10101010 | 1010001 | 10101 |
Color Harmonies of #0A6253
Complementary color
Monochromatic Colors of #0A6253
Black with #0A6253
Text Example
Text Example
White with #0A6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6253; }
p { color: rgb(10,98,83); }
H1.HeaderClassName
{
color: #0A6253;
}
.AnyTagClassName
{
color: #0A6253;
}
</style>
background-color css
<style>
a { background-color: #0A6253; }
a { background-color: rgb(10,98,83); }
div.DivClassName
{
background-color: #0A6253;
}
.BgClassName
{
background-color: #0A6253;
}
</style>
border-color css
<style>
span { border-color: #0A6253; }
span { border-color: rgb(10,98,83); }
td.TdClassName
{
border-color: #0A6253;
}
.TagClassName
{
border-color: #0A6253;
}
</style>