Shades of Rock Spray #A04323
Tints of Rock Spray #A04323
RGB
CMYK
RGB Variations
Color information
#A04323 (or 0xA04323) is known color: Rock Spray. HEX triplet: A0, 43 and 23. RGB value is (160,67,35). Sum of RGB (Red+Green+Blue) = 160+67+35=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A04323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04323 is #5FBCDC. Grayscale: #5B5B5B. Windows color (decimal): -6274269 or 2311072. OLE color: 2311072.
HSL color Cylindrical-coordinate representation of color #A04323: hue angle of 15.36º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A04323 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 35 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.37 |
| HSL | 15.36º | 0.64% | 0.38% | - |
| HSV(B) | 15.36º | 0.78% | 0.63% | - |
| XYZ | 16.81 | 11.61 | 2.95 | - |
| YUV | 91.16 | 96.31 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 35 | 0 | 0.58 | 0.78 | 0.37 | 15.36 | 0.64 | 0.38 |
| Hex | A0 | 43 | 23 | 0 | 3A | 4E | 25 | F | 40 | 26 |
| Octal | 240 | 103 | 43 | 0 | 72 | 116 | 45 | 17 | 100 | 46 |
| Binary | 10100000 | 1000011 | 100011 | 0 | 111010 | 1001110 | 100101 | 1111 | 1000000 | 100110 |
Color Harmonies of #A04323
Complementary color
Monochromatic Colors of #A04323
Black with #A04323
Text Example
Text Example
White with #A04323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04323; }
p { color: rgb(160,67,35); }
H1.HeaderClassName
{
color: #A04323;
}
.AnyTagClassName
{
color: #A04323;
}
</style>
background-color css
<style>
a { background-color: #A04323; }
a { background-color: rgb(160,67,35); }
div.DivClassName
{
background-color: #A04323;
}
.BgClassName
{
background-color: #A04323;
}
</style>
border-color css
<style>
span { border-color: #A04323; }
span { border-color: rgb(160,67,35); }
td.TdClassName
{
border-color: #A04323;
}
.TagClassName
{
border-color: #A04323;
}
</style>