Shades of Rock Spray #A3422C
Tints of Rock Spray #A3422C
RGB
CMYK
RGB Variations
Color information
#A3422C (or 0xA3422C) is known color: Rock Spray. HEX triplet: A3, 42 and 2C. RGB value is (163,66,44). Sum of RGB (Red+Green+Blue) = 163+66+44=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3422C is #5CBDD3. Grayscale: #5C5C5C. Windows color (decimal): -6077908 or 2900643. OLE color: 2900643.
HSL color Cylindrical-coordinate representation of color #A3422C: hue angle of 11.09º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3422C is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 66 | 44 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.36 |
| HSL | 11.09º | 0.57% | 0.41% | - |
| HSV(B) | 11.09º | 0.73% | 0.64% | - |
| XYZ | 17.51 | 11.86 | 3.75 | - |
| YUV | 92.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 44 | 0 | 0.60 | 0.73 | 0.36 | 11.09 | 0.57 | 0.41 |
| Hex | A3 | 42 | 2C | 0 | 3C | 49 | 24 | B | 39 | 29 |
| Octal | 243 | 102 | 54 | 0 | 74 | 111 | 44 | 13 | 71 | 51 |
| Binary | 10100011 | 1000010 | 101100 | 0 | 111100 | 1001001 | 100100 | 1011 | 111001 | 101001 |
Color Harmonies of #A3422C
Complementary color
Monochromatic Colors of #A3422C
Black with #A3422C
Text Example
Text Example
White with #A3422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3422C; }
p { color: rgb(163,66,44); }
H1.HeaderClassName
{
color: #A3422C;
}
.AnyTagClassName
{
color: #A3422C;
}
</style>
background-color css
<style>
a { background-color: #A3422C; }
a { background-color: rgb(163,66,44); }
div.DivClassName
{
background-color: #A3422C;
}
.BgClassName
{
background-color: #A3422C;
}
</style>
border-color css
<style>
span { border-color: #A3422C; }
span { border-color: rgb(163,66,44); }
td.TdClassName
{
border-color: #A3422C;
}
.TagClassName
{
border-color: #A3422C;
}
</style>