Shades of Rock Spray #A23A19
Tints of Rock Spray #A23A19
RGB
CMYK
RGB Variations
Color information
#A23A19 (or 0xA23A19) is known color: Rock Spray. HEX triplet: A2, 3A and 19. RGB value is (162,58,25). Sum of RGB (Red+Green+Blue) = 162+58+25=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23A19 is #5DC5E6. Grayscale: #555555. Windows color (decimal): -6145511 or 1653410. OLE color: 1653410.
HSL color Cylindrical-coordinate representation of color #A23A19: hue angle of 14.45º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A23A19 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 25 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.36 |
| HSL | 14.45º | 0.73% | 0.37% | - |
| HSV(B) | 14.45º | 0.85% | 0.64% | - |
| XYZ | 16.59 | 10.78 | 2.13 | - |
| YUV | 85.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 25 | 0 | 0.64 | 0.85 | 0.36 | 14.45 | 0.73 | 0.37 |
| Hex | A2 | 3A | 19 | 0 | 40 | 55 | 24 | E | 49 | 25 |
| Octal | 242 | 72 | 31 | 0 | 100 | 125 | 44 | 16 | 111 | 45 |
| Binary | 10100010 | 111010 | 11001 | 0 | 1000000 | 1010101 | 100100 | 1110 | 1001001 | 100101 |
Color Harmonies of #A23A19
Complementary color
Monochromatic Colors of #A23A19
Black with #A23A19
Text Example
Text Example
White with #A23A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A19; }
p { color: rgb(162,58,25); }
H1.HeaderClassName
{
color: #A23A19;
}
.AnyTagClassName
{
color: #A23A19;
}
</style>
background-color css
<style>
a { background-color: #A23A19; }
a { background-color: rgb(162,58,25); }
div.DivClassName
{
background-color: #A23A19;
}
.BgClassName
{
background-color: #A23A19;
}
</style>
border-color css
<style>
span { border-color: #A23A19; }
span { border-color: rgb(162,58,25); }
td.TdClassName
{
border-color: #A23A19;
}
.TagClassName
{
border-color: #A23A19;
}
</style>