Shades of Rock Spray #A14333
Tints of Rock Spray #A14333
RGB
CMYK
RGB Variations
Color information
#A14333 (or 0xA14333) is known color: Rock Spray. HEX triplet: A1, 43 and 33. RGB value is (161,67,51). Sum of RGB (Red+Green+Blue) = 161+67+51=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A14333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14333 is #5EBCCC. Grayscale: #5D5D5D. Windows color (decimal): -6208717 or 3359649. OLE color: 3359649.
HSL color Cylindrical-coordinate representation of color #A14333: hue angle of 8.73º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A14333 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 51 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.37 |
| HSL | 8.73º | 0.52% | 0.42% | - |
| HSV(B) | 8.73º | 0.68% | 0.63% | - |
| XYZ | 17.3 | 11.83 | 4.5 | - |
| YUV | 93.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 51 | 0 | 0.58 | 0.68 | 0.37 | 8.73 | 0.52 | 0.42 |
| Hex | A1 | 43 | 33 | 0 | 3A | 44 | 25 | 9 | 34 | 2A |
| Octal | 241 | 103 | 63 | 0 | 72 | 104 | 45 | 11 | 64 | 52 |
| Binary | 10100001 | 1000011 | 110011 | 0 | 111010 | 1000100 | 100101 | 1001 | 110100 | 101010 |
Color Harmonies of #A14333
Complementary color
Monochromatic Colors of #A14333
Black with #A14333
Text Example
Text Example
White with #A14333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14333; }
p { color: rgb(161,67,51); }
H1.HeaderClassName
{
color: #A14333;
}
.AnyTagClassName
{
color: #A14333;
}
</style>
background-color css
<style>
a { background-color: #A14333; }
a { background-color: rgb(161,67,51); }
div.DivClassName
{
background-color: #A14333;
}
.BgClassName
{
background-color: #A14333;
}
</style>
border-color css
<style>
span { border-color: #A14333; }
span { border-color: rgb(161,67,51); }
td.TdClassName
{
border-color: #A14333;
}
.TagClassName
{
border-color: #A14333;
}
</style>