Shades of Rock Spray #A94327
Tints of Rock Spray #A94327
RGB
CMYK
RGB Variations
Color information
#A94327 (or 0xA94327) is known color: Rock Spray. HEX triplet: A9, 43 and 27. RGB value is (169,67,39). Sum of RGB (Red+Green+Blue) = 169+67+39=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A94327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94327 is #56BCD8. Grayscale: #5E5E5E. Windows color (decimal): -5684441 or 2573225. OLE color: 2573225.
HSL color Cylindrical-coordinate representation of color #A94327: hue angle of 12.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A94327 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 67 | 39 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.34 |
| HSL | 12.92º | 0.63% | 0.41% | - |
| HSV(B) | 12.92º | 0.77% | 0.66% | - |
| XYZ | 18.74 | 12.6 | 3.36 | - |
| YUV | 94.31 | 96.79 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 67 | 39 | 0 | 0.60 | 0.77 | 0.34 | 12.92 | 0.63 | 0.41 |
| Hex | A9 | 43 | 27 | 0 | 3C | 4D | 22 | D | 3E | 29 |
| Octal | 251 | 103 | 47 | 0 | 74 | 115 | 42 | 15 | 76 | 51 |
| Binary | 10101001 | 1000011 | 100111 | 0 | 111100 | 1001101 | 100010 | 1101 | 111110 | 101001 |
Color Harmonies of #A94327
Complementary color
Monochromatic Colors of #A94327
Black with #A94327
Text Example
Text Example
White with #A94327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94327; }
p { color: rgb(169,67,39); }
H1.HeaderClassName
{
color: #A94327;
}
.AnyTagClassName
{
color: #A94327;
}
</style>
background-color css
<style>
a { background-color: #A94327; }
a { background-color: rgb(169,67,39); }
div.DivClassName
{
background-color: #A94327;
}
.BgClassName
{
background-color: #A94327;
}
</style>
border-color css
<style>
span { border-color: #A94327; }
span { border-color: rgb(169,67,39); }
td.TdClassName
{
border-color: #A94327;
}
.TagClassName
{
border-color: #A94327;
}
</style>