Shades of Rock Spray #A34835
Tints of Rock Spray #A34835
RGB
CMYK
RGB Variations
Color information
#A34835 (or 0xA34835) is known color: Rock Spray. HEX triplet: A3, 48 and 35. RGB value is (163,72,53). Sum of RGB (Red+Green+Blue) = 163+72+53=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A34835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34835 is #5CB7CA. Grayscale: #616161. Windows color (decimal): -6076363 or 3492003. OLE color: 3492003.
HSL color Cylindrical-coordinate representation of color #A34835: hue angle of 10.36º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34835 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 53 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.36 |
| HSL | 10.36º | 0.51% | 0.42% | - |
| HSV(B) | 10.36º | 0.67% | 0.64% | - |
| XYZ | 18.06 | 12.68 | 4.86 | - |
| YUV | 97.04 | 103.15 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 53 | 0 | 0.56 | 0.67 | 0.36 | 10.36 | 0.51 | 0.42 |
| Hex | A3 | 48 | 35 | 0 | 38 | 43 | 24 | A | 33 | 2A |
| Octal | 243 | 110 | 65 | 0 | 70 | 103 | 44 | 12 | 63 | 52 |
| Binary | 10100011 | 1001000 | 110101 | 0 | 111000 | 1000011 | 100100 | 1010 | 110011 | 101010 |
Color Harmonies of #A34835
Complementary color
Monochromatic Colors of #A34835
Black with #A34835
Text Example
Text Example
White with #A34835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34835; }
p { color: rgb(163,72,53); }
H1.HeaderClassName
{
color: #A34835;
}
.AnyTagClassName
{
color: #A34835;
}
</style>
background-color css
<style>
a { background-color: #A34835; }
a { background-color: rgb(163,72,53); }
div.DivClassName
{
background-color: #A34835;
}
.BgClassName
{
background-color: #A34835;
}
</style>
border-color css
<style>
span { border-color: #A34835; }
span { border-color: rgb(163,72,53); }
td.TdClassName
{
border-color: #A34835;
}
.TagClassName
{
border-color: #A34835;
}
</style>