Shades of Rock Spray #A34624
Tints of Rock Spray #A34624
RGB
CMYK
RGB Variations
Color information
#A34624 (or 0xA34624) is known color: Rock Spray. HEX triplet: A3, 46 and 24. RGB value is (163,70,36). Sum of RGB (Red+Green+Blue) = 163+70+36=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A34624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34624 is #5CB9DB. Grayscale: #5E5E5E. Windows color (decimal): -6076892 or 2377379. OLE color: 2377379.
HSL color Cylindrical-coordinate representation of color #A34624: hue angle of 16.06º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A34624 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 36 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.36 |
| HSL | 16.06º | 0.64% | 0.39% | - |
| HSV(B) | 16.06º | 0.78% | 0.64% | - |
| XYZ | 17.61 | 12.29 | 3.11 | - |
| YUV | 93.93 | 95.31 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 36 | 0 | 0.57 | 0.78 | 0.36 | 16.06 | 0.64 | 0.39 |
| Hex | A3 | 46 | 24 | 0 | 39 | 4E | 24 | 10 | 40 | 27 |
| Octal | 243 | 106 | 44 | 0 | 71 | 116 | 44 | 20 | 100 | 47 |
| Binary | 10100011 | 1000110 | 100100 | 0 | 111001 | 1001110 | 100100 | 10000 | 1000000 | 100111 |
Color Harmonies of #A34624
Complementary color
Monochromatic Colors of #A34624
Black with #A34624
Text Example
Text Example
White with #A34624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34624; }
p { color: rgb(163,70,36); }
H1.HeaderClassName
{
color: #A34624;
}
.AnyTagClassName
{
color: #A34624;
}
</style>
background-color css
<style>
a { background-color: #A34624; }
a { background-color: rgb(163,70,36); }
div.DivClassName
{
background-color: #A34624;
}
.BgClassName
{
background-color: #A34624;
}
</style>
border-color css
<style>
span { border-color: #A34624; }
span { border-color: rgb(163,70,36); }
td.TdClassName
{
border-color: #A34624;
}
.TagClassName
{
border-color: #A34624;
}
</style>