Shades of Rock Spray #A34A30
Tints of Rock Spray #A34A30
RGB
CMYK
RGB Variations
Color information
#A34A30 (or 0xA34A30) is known color: Rock Spray. HEX triplet: A3, 4A and 30. RGB value is (163,74,48). Sum of RGB (Red+Green+Blue) = 163+74+48=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A30 is #5CB5CF. Grayscale: #616161. Windows color (decimal): -6075856 or 3164835. OLE color: 3164835.
HSL color Cylindrical-coordinate representation of color #A34A30: hue angle of 13.57º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A34A30 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 74 | 48 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.36 |
| HSL | 13.57º | 0.55% | 0.41% | - |
| HSV(B) | 13.57º | 0.71% | 0.64% | - |
| XYZ | 18.09 | 12.9 | 4.33 | - |
| YUV | 97.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 74 | 48 | 0 | 0.55 | 0.71 | 0.36 | 13.57 | 0.55 | 0.41 |
| Hex | A3 | 4A | 30 | 0 | 37 | 47 | 24 | E | 37 | 29 |
| Octal | 243 | 112 | 60 | 0 | 67 | 107 | 44 | 16 | 67 | 51 |
| Binary | 10100011 | 1001010 | 110000 | 0 | 110111 | 1000111 | 100100 | 1110 | 110111 | 101001 |
Color Harmonies of #A34A30
Complementary color
Monochromatic Colors of #A34A30
Black with #A34A30
Text Example
Text Example
White with #A34A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34A30; }
p { color: rgb(163,74,48); }
H1.HeaderClassName
{
color: #A34A30;
}
.AnyTagClassName
{
color: #A34A30;
}
</style>
background-color css
<style>
a { background-color: #A34A30; }
a { background-color: rgb(163,74,48); }
div.DivClassName
{
background-color: #A34A30;
}
.BgClassName
{
background-color: #A34A30;
}
</style>
border-color css
<style>
span { border-color: #A34A30; }
span { border-color: rgb(163,74,48); }
td.TdClassName
{
border-color: #A34A30;
}
.TagClassName
{
border-color: #A34A30;
}
</style>