Shades of Rock Spray #A84328
Tints of Rock Spray #A84328
RGB
CMYK
RGB Variations
Color information
#A84328 (or 0xA84328) is known color: Rock Spray. HEX triplet: A8, 43 and 28. RGB value is (168,67,40). Sum of RGB (Red+Green+Blue) = 168+67+40=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A84328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84328 is #57BCD7. Grayscale: #5E5E5E. Windows color (decimal): -5749976 or 2638760. OLE color: 2638760.
HSL color Cylindrical-coordinate representation of color #A84328: hue angle of 12.66º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A84328 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 40 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.34 |
| HSL | 12.66º | 0.62% | 0.41% | - |
| HSV(B) | 12.66º | 0.76% | 0.66% | - |
| XYZ | 18.54 | 12.49 | 3.44 | - |
| YUV | 94.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 40 | 0 | 0.60 | 0.76 | 0.34 | 12.66 | 0.62 | 0.41 |
| Hex | A8 | 43 | 28 | 0 | 3C | 4C | 22 | D | 3E | 29 |
| Octal | 250 | 103 | 50 | 0 | 74 | 114 | 42 | 15 | 76 | 51 |
| Binary | 10101000 | 1000011 | 101000 | 0 | 111100 | 1001100 | 100010 | 1101 | 111110 | 101001 |
Color Harmonies of #A84328
Complementary color
Monochromatic Colors of #A84328
Black with #A84328
Text Example
Text Example
White with #A84328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84328; }
p { color: rgb(168,67,40); }
H1.HeaderClassName
{
color: #A84328;
}
.AnyTagClassName
{
color: #A84328;
}
</style>
background-color css
<style>
a { background-color: #A84328; }
a { background-color: rgb(168,67,40); }
div.DivClassName
{
background-color: #A84328;
}
.BgClassName
{
background-color: #A84328;
}
</style>
border-color css
<style>
span { border-color: #A84328; }
span { border-color: rgb(168,67,40); }
td.TdClassName
{
border-color: #A84328;
}
.TagClassName
{
border-color: #A84328;
}
</style>