Shades of Rock Spray #A34129
Tints of Rock Spray #A34129
RGB
CMYK
RGB Variations
Color information
#A34129 (or 0xA34129) is known color: Rock Spray. HEX triplet: A3, 41 and 29. RGB value is (163,65,41). Sum of RGB (Red+Green+Blue) = 163+65+41=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A34129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34129 is #5CBED6. Grayscale: #5B5B5B. Windows color (decimal): -6078167 or 2703779. OLE color: 2703779.
HSL color Cylindrical-coordinate representation of color #A34129: hue angle of 11.8º degrees, saturation: 0.6, 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 #A34129 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 41 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.36 |
| HSL | 11.8º | 0.6% | 0.4% | - |
| HSV(B) | 11.8º | 0.75% | 0.64% | - |
| XYZ | 17.39 | 11.73 | 3.44 | - |
| YUV | 91.57 | 99.47 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 41 | 0 | 0.60 | 0.75 | 0.36 | 11.8 | 0.6 | 0.4 |
| Hex | A3 | 41 | 29 | 0 | 3C | 4B | 24 | C | 3C | 28 |
| Octal | 243 | 101 | 51 | 0 | 74 | 113 | 44 | 14 | 74 | 50 |
| Binary | 10100011 | 1000001 | 101001 | 0 | 111100 | 1001011 | 100100 | 1100 | 111100 | 101000 |
Color Harmonies of #A34129
Complementary color
Monochromatic Colors of #A34129
Black with #A34129
Text Example
Text Example
White with #A34129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34129; }
p { color: rgb(163,65,41); }
H1.HeaderClassName
{
color: #A34129;
}
.AnyTagClassName
{
color: #A34129;
}
</style>
background-color css
<style>
a { background-color: #A34129; }
a { background-color: rgb(163,65,41); }
div.DivClassName
{
background-color: #A34129;
}
.BgClassName
{
background-color: #A34129;
}
</style>
border-color css
<style>
span { border-color: #A34129; }
span { border-color: rgb(163,65,41); }
td.TdClassName
{
border-color: #A34129;
}
.TagClassName
{
border-color: #A34129;
}
</style>