Shades of Rock Spray #A34628
Tints of Rock Spray #A34628
RGB
CMYK
RGB Variations
Color information
#A34628 (or 0xA34628) is known color: Rock Spray. HEX triplet: A3, 46 and 28. RGB value is (163,70,40). Sum of RGB (Red+Green+Blue) = 163+70+40=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A34628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34628 is #5CB9D7. Grayscale: #5E5E5E. Windows color (decimal): -6076888 or 2639523. OLE color: 2639523.
HSL color Cylindrical-coordinate representation of color #A34628: hue angle of 14.63º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A34628 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 40 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.36 |
| HSL | 14.63º | 0.61% | 0.4% | - |
| HSV(B) | 14.63º | 0.75% | 0.64% | - |
| XYZ | 17.68 | 12.32 | 3.45 | - |
| YUV | 94.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 40 | 0 | 0.57 | 0.75 | 0.36 | 14.63 | 0.61 | 0.4 |
| Hex | A3 | 46 | 28 | 0 | 39 | 4B | 24 | F | 3D | 28 |
| Octal | 243 | 106 | 50 | 0 | 71 | 113 | 44 | 17 | 75 | 50 |
| Binary | 10100011 | 1000110 | 101000 | 0 | 111001 | 1001011 | 100100 | 1111 | 111101 | 101000 |
Color Harmonies of #A34628
Complementary color
Monochromatic Colors of #A34628
Black with #A34628
Text Example
Text Example
White with #A34628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34628; }
p { color: rgb(163,70,40); }
H1.HeaderClassName
{
color: #A34628;
}
.AnyTagClassName
{
color: #A34628;
}
</style>
background-color css
<style>
a { background-color: #A34628; }
a { background-color: rgb(163,70,40); }
div.DivClassName
{
background-color: #A34628;
}
.BgClassName
{
background-color: #A34628;
}
</style>
border-color css
<style>
span { border-color: #A34628; }
span { border-color: rgb(163,70,40); }
td.TdClassName
{
border-color: #A34628;
}
.TagClassName
{
border-color: #A34628;
}
</style>