Shades of Rock Spray #9A482A
Tints of Rock Spray #9A482A
RGB
CMYK
RGB Variations
Color information
#9A482A (or 0x9A482A) is known color: Rock Spray. HEX triplet: 9A, 48 and 2A. RGB value is (154,72,42). Sum of RGB (Red+Green+Blue) = 154+72+42=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A482A is #65B7D5. Grayscale: #5D5D5D. Windows color (decimal): -6666198 or 2771098. OLE color: 2771098.
HSL color Cylindrical-coordinate representation of color #9A482A: hue angle of 16.07º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A482A is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 72 | 42 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.40 |
| HSL | 16.07º | 0.57% | 0.38% | - |
| HSV(B) | 16.07º | 0.73% | 0.6% | - |
| XYZ | 16.06 | 11.67 | 3.6 | - |
| YUV | 93.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 72 | 42 | 0 | 0.53 | 0.73 | 0.40 | 16.07 | 0.57 | 0.38 |
| Hex | 9A | 48 | 2A | 0 | 35 | 49 | 28 | 10 | 39 | 26 |
| Octal | 232 | 110 | 52 | 0 | 65 | 111 | 50 | 20 | 71 | 46 |
| Binary | 10011010 | 1001000 | 101010 | 0 | 110101 | 1001001 | 101000 | 10000 | 111001 | 100110 |
Color Harmonies of #9A482A
Complementary color
Monochromatic Colors of #9A482A
Black with #9A482A
Text Example
Text Example
White with #9A482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A482A; }
p { color: rgb(154,72,42); }
H1.HeaderClassName
{
color: #9A482A;
}
.AnyTagClassName
{
color: #9A482A;
}
</style>
background-color css
<style>
a { background-color: #9A482A; }
a { background-color: rgb(154,72,42); }
div.DivClassName
{
background-color: #9A482A;
}
.BgClassName
{
background-color: #9A482A;
}
</style>
border-color css
<style>
span { border-color: #9A482A; }
span { border-color: rgb(154,72,42); }
td.TdClassName
{
border-color: #9A482A;
}
.TagClassName
{
border-color: #9A482A;
}
</style>