Shades of Rock Spray #A14326
Tints of Rock Spray #A14326
RGB
CMYK
RGB Variations
Color information
#A14326 (or 0xA14326) is known color: Rock Spray. HEX triplet: A1, 43 and 26. RGB value is (161,67,38). Sum of RGB (Red+Green+Blue) = 161+67+38=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A14326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14326 is #5EBCD9. Grayscale: #5C5C5C. Windows color (decimal): -6208730 or 2507681. OLE color: 2507681.
HSL color Cylindrical-coordinate representation of color #A14326: hue angle of 14.15º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A14326 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 38 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.37 |
| HSL | 14.15º | 0.62% | 0.39% | - |
| HSV(B) | 14.15º | 0.76% | 0.63% | - |
| XYZ | 17.05 | 11.73 | 3.2 | - |
| YUV | 91.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 38 | 0 | 0.58 | 0.76 | 0.37 | 14.15 | 0.62 | 0.39 |
| Hex | A1 | 43 | 26 | 0 | 3A | 4C | 25 | E | 3E | 27 |
| Octal | 241 | 103 | 46 | 0 | 72 | 114 | 45 | 16 | 76 | 47 |
| Binary | 10100001 | 1000011 | 100110 | 0 | 111010 | 1001100 | 100101 | 1110 | 111110 | 100111 |
Color Harmonies of #A14326
Complementary color
Monochromatic Colors of #A14326
Black with #A14326
Text Example
Text Example
White with #A14326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14326; }
p { color: rgb(161,67,38); }
H1.HeaderClassName
{
color: #A14326;
}
.AnyTagClassName
{
color: #A14326;
}
</style>
background-color css
<style>
a { background-color: #A14326; }
a { background-color: rgb(161,67,38); }
div.DivClassName
{
background-color: #A14326;
}
.BgClassName
{
background-color: #A14326;
}
</style>
border-color css
<style>
span { border-color: #A14326; }
span { border-color: rgb(161,67,38); }
td.TdClassName
{
border-color: #A14326;
}
.TagClassName
{
border-color: #A14326;
}
</style>