Shades of Rock Spray #A23A27
Tints of Rock Spray #A23A27
RGB
CMYK
RGB Variations
Color information
#A23A27 (or 0xA23A27) is known color: Rock Spray. HEX triplet: A2, 3A and 27. RGB value is (162,58,39). Sum of RGB (Red+Green+Blue) = 162+58+39=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A27 is #5DC5D8. Grayscale: #575757. Windows color (decimal): -6145497 or 2570914. OLE color: 2570914.
HSL color Cylindrical-coordinate representation of color #A23A27: hue angle of 9.27º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23A27 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 39 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.36 |
| HSL | 9.27º | 0.61% | 0.39% | - |
| HSV(B) | 9.27º | 0.76% | 0.64% | - |
| XYZ | 16.78 | 10.85 | 3.13 | - |
| YUV | 86.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 39 | 0 | 0.64 | 0.76 | 0.36 | 9.27 | 0.61 | 0.39 |
| Hex | A2 | 3A | 27 | 0 | 40 | 4C | 24 | 9 | 3D | 27 |
| Octal | 242 | 72 | 47 | 0 | 100 | 114 | 44 | 11 | 75 | 47 |
| Binary | 10100010 | 111010 | 100111 | 0 | 1000000 | 1001100 | 100100 | 1001 | 111101 | 100111 |
Color Harmonies of #A23A27
Complementary color
Monochromatic Colors of #A23A27
Black with #A23A27
Text Example
Text Example
White with #A23A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A27; }
p { color: rgb(162,58,39); }
H1.HeaderClassName
{
color: #A23A27;
}
.AnyTagClassName
{
color: #A23A27;
}
</style>
background-color css
<style>
a { background-color: #A23A27; }
a { background-color: rgb(162,58,39); }
div.DivClassName
{
background-color: #A23A27;
}
.BgClassName
{
background-color: #A23A27;
}
</style>
border-color css
<style>
span { border-color: #A23A27; }
span { border-color: rgb(162,58,39); }
td.TdClassName
{
border-color: #A23A27;
}
.TagClassName
{
border-color: #A23A27;
}
</style>