Shades of Rock Spray #A34735
Tints of Rock Spray #A34735
RGB
CMYK
RGB Variations
Color information
#A34735 (or 0xA34735) is known color: Rock Spray. HEX triplet: A3, 47 and 35. RGB value is (163,71,53). Sum of RGB (Red+Green+Blue) = 163+71+53=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A34735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34735 is #5CB8CA. Grayscale: #606060. Windows color (decimal): -6076619 or 3491747. OLE color: 3491747.
HSL color Cylindrical-coordinate representation of color #A34735: hue angle of 9.82º 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 #A34735 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 71 | 53 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.36 |
| HSL | 9.82º | 0.51% | 0.42% | - |
| HSV(B) | 9.82º | 0.67% | 0.64% | - |
| XYZ | 18 | 12.55 | 4.84 | - |
| YUV | 96.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 71 | 53 | 0 | 0.56 | 0.67 | 0.36 | 9.82 | 0.51 | 0.42 |
| Hex | A3 | 47 | 35 | 0 | 38 | 43 | 24 | A | 33 | 2A |
| Octal | 243 | 107 | 65 | 0 | 70 | 103 | 44 | 12 | 63 | 52 |
| Binary | 10100011 | 1000111 | 110101 | 0 | 111000 | 1000011 | 100100 | 1010 | 110011 | 101010 |
Color Harmonies of #A34735
Complementary color
Monochromatic Colors of #A34735
Black with #A34735
Text Example
Text Example
White with #A34735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34735; }
p { color: rgb(163,71,53); }
H1.HeaderClassName
{
color: #A34735;
}
.AnyTagClassName
{
color: #A34735;
}
</style>
background-color css
<style>
a { background-color: #A34735; }
a { background-color: rgb(163,71,53); }
div.DivClassName
{
background-color: #A34735;
}
.BgClassName
{
background-color: #A34735;
}
</style>
border-color css
<style>
span { border-color: #A34735; }
span { border-color: rgb(163,71,53); }
td.TdClassName
{
border-color: #A34735;
}
.TagClassName
{
border-color: #A34735;
}
</style>