Shades of Rock Spray #A23F29
Tints of Rock Spray #A23F29
RGB
CMYK
RGB Variations
Color information
#A23F29 (or 0xA23F29) is known color: Rock Spray. HEX triplet: A2, 3F and 29. RGB value is (162,63,41). Sum of RGB (Red+Green+Blue) = 162+63+41=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F29 is #5DC0D6. Grayscale: #5A5A5A. Windows color (decimal): -6144215 or 2703266. OLE color: 2703266.
HSL color Cylindrical-coordinate representation of color #A23F29: hue angle of 10.91º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23F29 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 41 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.36 |
| HSL | 10.91º | 0.6% | 0.4% | - |
| HSV(B) | 10.91º | 0.75% | 0.64% | - |
| XYZ | 17.08 | 11.4 | 3.4 | - |
| YUV | 90.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 41 | 0 | 0.61 | 0.75 | 0.36 | 10.91 | 0.6 | 0.4 |
| Hex | A2 | 3F | 29 | 0 | 3D | 4B | 24 | B | 3C | 28 |
| Octal | 242 | 77 | 51 | 0 | 75 | 113 | 44 | 13 | 74 | 50 |
| Binary | 10100010 | 111111 | 101001 | 0 | 111101 | 1001011 | 100100 | 1011 | 111100 | 101000 |
Color Harmonies of #A23F29
Complementary color
Monochromatic Colors of #A23F29
Black with #A23F29
Text Example
Text Example
White with #A23F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F29; }
p { color: rgb(162,63,41); }
H1.HeaderClassName
{
color: #A23F29;
}
.AnyTagClassName
{
color: #A23F29;
}
</style>
background-color css
<style>
a { background-color: #A23F29; }
a { background-color: rgb(162,63,41); }
div.DivClassName
{
background-color: #A23F29;
}
.BgClassName
{
background-color: #A23F29;
}
</style>
border-color css
<style>
span { border-color: #A23F29; }
span { border-color: rgb(162,63,41); }
td.TdClassName
{
border-color: #A23F29;
}
.TagClassName
{
border-color: #A23F29;
}
</style>