Shades of Rock Spray #A34A31
Tints of Rock Spray #A34A31
RGB
CMYK
RGB Variations
Color information
#A34A31 (or 0xA34A31) is known color: Rock Spray. HEX triplet: A3, 4A and 31. RGB value is (163,74,49). Sum of RGB (Red+Green+Blue) = 163+74+49=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A31 is #5CB5CE. Grayscale: #616161. Windows color (decimal): -6075855 or 3230371. OLE color: 3230371.
HSL color Cylindrical-coordinate representation of color #A34A31: hue angle of 13.16º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A34A31 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 49 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.36 |
| HSL | 13.16º | 0.54% | 0.42% | - |
| HSV(B) | 13.16º | 0.7% | 0.64% | - |
| XYZ | 18.11 | 12.91 | 4.44 | - |
| YUV | 97.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 49 | 0 | 0.55 | 0.70 | 0.36 | 13.16 | 0.54 | 0.42 |
| Hex | A3 | 4A | 31 | 0 | 37 | 46 | 24 | D | 36 | 2A |
| Octal | 243 | 112 | 61 | 0 | 67 | 106 | 44 | 15 | 66 | 52 |
| Binary | 10100011 | 1001010 | 110001 | 0 | 110111 | 1000110 | 100100 | 1101 | 110110 | 101010 |
Color Harmonies of #A34A31
Complementary color
Monochromatic Colors of #A34A31
Black with #A34A31
Text Example
Text Example
White with #A34A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A31; }
p { color: rgb(163,74,49); }
H1.HeaderClassName
{
color: #A34A31;
}
.AnyTagClassName
{
color: #A34A31;
}
</style>
background-color css
<style>
a { background-color: #A34A31; }
a { background-color: rgb(163,74,49); }
div.DivClassName
{
background-color: #A34A31;
}
.BgClassName
{
background-color: #A34A31;
}
</style>
border-color css
<style>
span { border-color: #A34A31; }
span { border-color: rgb(163,74,49); }
td.TdClassName
{
border-color: #A34A31;
}
.TagClassName
{
border-color: #A34A31;
}
</style>