Shades of Rock Spray #A14328
Tints of Rock Spray #A14328
RGB
CMYK
RGB Variations
Color information
#A14328 (or 0xA14328) is known color: Rock Spray. HEX triplet: A1, 43 and 28. RGB value is (161,67,40). Sum of RGB (Red+Green+Blue) = 161+67+40=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A14328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14328 is #5EBCD7. Grayscale: #5C5C5C. Windows color (decimal): -6208728 or 2638753. OLE color: 2638753.
HSL color Cylindrical-coordinate representation of color #A14328: hue angle of 13.39º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A14328 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 40 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.37 |
| HSL | 13.39º | 0.6% | 0.39% | - |
| HSV(B) | 13.39º | 0.75% | 0.63% | - |
| XYZ | 17.09 | 11.74 | 3.37 | - |
| YUV | 92.03 | 98.64 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 40 | 0 | 0.58 | 0.75 | 0.37 | 13.39 | 0.6 | 0.39 |
| Hex | A1 | 43 | 28 | 0 | 3A | 4B | 25 | D | 3C | 27 |
| Octal | 241 | 103 | 50 | 0 | 72 | 113 | 45 | 15 | 74 | 47 |
| Binary | 10100001 | 1000011 | 101000 | 0 | 111010 | 1001011 | 100101 | 1101 | 111100 | 100111 |
Color Harmonies of #A14328
Complementary color
Monochromatic Colors of #A14328
Black with #A14328
Text Example
Text Example
White with #A14328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14328; }
p { color: rgb(161,67,40); }
H1.HeaderClassName
{
color: #A14328;
}
.AnyTagClassName
{
color: #A14328;
}
</style>
background-color css
<style>
a { background-color: #A14328; }
a { background-color: rgb(161,67,40); }
div.DivClassName
{
background-color: #A14328;
}
.BgClassName
{
background-color: #A14328;
}
</style>
border-color css
<style>
span { border-color: #A14328; }
span { border-color: rgb(161,67,40); }
td.TdClassName
{
border-color: #A14328;
}
.TagClassName
{
border-color: #A14328;
}
</style>