Shades of Rock Spray #A13623
Tints of Rock Spray #A13623
RGB
CMYK
RGB Variations
Color information
#A13623 (or 0xA13623) is known color: Rock Spray. HEX triplet: A1, 36 and 23. RGB value is (161,54,35). Sum of RGB (Red+Green+Blue) = 161+54+35=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A13623 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13623 is #5EC9DC. Grayscale: #545454. Windows color (decimal): -6212061 or 2307745. OLE color: 2307745.
HSL color Cylindrical-coordinate representation of color #A13623: hue angle of 9.05º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A13623 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 54 | 35 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.37 |
| HSL | 9.05º | 0.64% | 0.38% | - |
| HSV(B) | 9.05º | 0.78% | 0.63% | - |
| XYZ | 16.32 | 10.34 | 2.73 | - |
| YUV | 83.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 54 | 35 | 0 | 0.66 | 0.78 | 0.37 | 9.05 | 0.64 | 0.38 |
| Hex | A1 | 36 | 23 | 0 | 42 | 4E | 25 | 9 | 40 | 26 |
| Octal | 241 | 66 | 43 | 0 | 102 | 116 | 45 | 11 | 100 | 46 |
| Binary | 10100001 | 110110 | 100011 | 0 | 1000010 | 1001110 | 100101 | 1001 | 1000000 | 100110 |
Color Harmonies of #A13623
Complementary color
Monochromatic Colors of #A13623
Black with #A13623
Text Example
Text Example
White with #A13623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13623; }
p { color: rgb(161,54,35); }
H1.HeaderClassName
{
color: #A13623;
}
.AnyTagClassName
{
color: #A13623;
}
</style>
background-color css
<style>
a { background-color: #A13623; }
a { background-color: rgb(161,54,35); }
div.DivClassName
{
background-color: #A13623;
}
.BgClassName
{
background-color: #A13623;
}
</style>
border-color css
<style>
span { border-color: #A13623; }
span { border-color: rgb(161,54,35); }
td.TdClassName
{
border-color: #A13623;
}
.TagClassName
{
border-color: #A13623;
}
</style>