Shades of Rock Spray #A34830
Tints of Rock Spray #A34830
RGB
CMYK
RGB Variations
Color information
#A34830 (or 0xA34830) is known color: Rock Spray. HEX triplet: A3, 48 and 30. RGB value is (163,72,48). Sum of RGB (Red+Green+Blue) = 163+72+48=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A34830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34830 is #5CB7CF. Grayscale: #606060. Windows color (decimal): -6076368 or 3164323. OLE color: 3164323.
HSL color Cylindrical-coordinate representation of color #A34830: hue angle of 12.52º 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 #A34830 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 48 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.36 |
| HSL | 12.52º | 0.55% | 0.41% | - |
| HSV(B) | 12.52º | 0.71% | 0.64% | - |
| XYZ | 17.96 | 12.63 | 4.29 | - |
| YUV | 96.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 48 | 0 | 0.56 | 0.71 | 0.36 | 12.52 | 0.55 | 0.41 |
| Hex | A3 | 48 | 30 | 0 | 38 | 47 | 24 | D | 37 | 29 |
| Octal | 243 | 110 | 60 | 0 | 70 | 107 | 44 | 15 | 67 | 51 |
| Binary | 10100011 | 1001000 | 110000 | 0 | 111000 | 1000111 | 100100 | 1101 | 110111 | 101001 |
Color Harmonies of #A34830
Complementary color
Monochromatic Colors of #A34830
Black with #A34830
Text Example
Text Example
White with #A34830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34830; }
p { color: rgb(163,72,48); }
H1.HeaderClassName
{
color: #A34830;
}
.AnyTagClassName
{
color: #A34830;
}
</style>
background-color css
<style>
a { background-color: #A34830; }
a { background-color: rgb(163,72,48); }
div.DivClassName
{
background-color: #A34830;
}
.BgClassName
{
background-color: #A34830;
}
</style>
border-color css
<style>
span { border-color: #A34830; }
span { border-color: rgb(163,72,48); }
td.TdClassName
{
border-color: #A34830;
}
.TagClassName
{
border-color: #A34830;
}
</style>