Shades of Rock Spray #A74129
Tints of Rock Spray #A74129
RGB
CMYK
RGB Variations
Color information
#A74129 (or 0xA74129) is known color: Rock Spray. HEX triplet: A7, 41 and 29. RGB value is (167,65,41). Sum of RGB (Red+Green+Blue) = 167+65+41=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A74129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74129 is #58BED6. Grayscale: #5C5C5C. Windows color (decimal): -5816023 or 2703783. OLE color: 2703783.
HSL color Cylindrical-coordinate representation of color #A74129: hue angle of 11.43º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A74129 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 41 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.35 |
| HSL | 11.43º | 0.61% | 0.41% | - |
| HSV(B) | 11.43º | 0.75% | 0.65% | - |
| XYZ | 18.23 | 12.16 | 3.48 | - |
| YUV | 92.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 41 | 0 | 0.61 | 0.75 | 0.35 | 11.43 | 0.61 | 0.41 |
| Hex | A7 | 41 | 29 | 0 | 3D | 4B | 23 | B | 3D | 29 |
| Octal | 247 | 101 | 51 | 0 | 75 | 113 | 43 | 13 | 75 | 51 |
| Binary | 10100111 | 1000001 | 101001 | 0 | 111101 | 1001011 | 100011 | 1011 | 111101 | 101001 |
Color Harmonies of #A74129
Complementary color
Monochromatic Colors of #A74129
Black with #A74129
Text Example
Text Example
White with #A74129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74129; }
p { color: rgb(167,65,41); }
H1.HeaderClassName
{
color: #A74129;
}
.AnyTagClassName
{
color: #A74129;
}
</style>
background-color css
<style>
a { background-color: #A74129; }
a { background-color: rgb(167,65,41); }
div.DivClassName
{
background-color: #A74129;
}
.BgClassName
{
background-color: #A74129;
}
</style>
border-color css
<style>
span { border-color: #A74129; }
span { border-color: rgb(167,65,41); }
td.TdClassName
{
border-color: #A74129;
}
.TagClassName
{
border-color: #A74129;
}
</style>