Shades of Rock Spray #A84523
Tints of Rock Spray #A84523
RGB
CMYK
RGB Variations
Color information
#A84523 (or 0xA84523) is known color: Rock Spray. HEX triplet: A8, 45 and 23. RGB value is (168,69,35). Sum of RGB (Red+Green+Blue) = 168+69+35=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A84523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84523 is #57BADC. Grayscale: #5E5E5E. Windows color (decimal): -5749469 or 2311592. OLE color: 2311592.
HSL color Cylindrical-coordinate representation of color #A84523: hue angle of 15.34º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A84523 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 35 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.34 |
| HSL | 15.34º | 0.66% | 0.4% | - |
| HSV(B) | 15.34º | 0.79% | 0.66% | - |
| XYZ | 18.58 | 12.7 | 3.06 | - |
| YUV | 94.73 | 94.3 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 35 | 0 | 0.59 | 0.79 | 0.34 | 15.34 | 0.66 | 0.4 |
| Hex | A8 | 45 | 23 | 0 | 3B | 4F | 22 | F | 42 | 28 |
| Octal | 250 | 105 | 43 | 0 | 73 | 117 | 42 | 17 | 102 | 50 |
| Binary | 10101000 | 1000101 | 100011 | 0 | 111011 | 1001111 | 100010 | 1111 | 1000010 | 101000 |
Color Harmonies of #A84523
Complementary color
Monochromatic Colors of #A84523
Black with #A84523
Text Example
Text Example
White with #A84523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84523; }
p { color: rgb(168,69,35); }
H1.HeaderClassName
{
color: #A84523;
}
.AnyTagClassName
{
color: #A84523;
}
</style>
background-color css
<style>
a { background-color: #A84523; }
a { background-color: rgb(168,69,35); }
div.DivClassName
{
background-color: #A84523;
}
.BgClassName
{
background-color: #A84523;
}
</style>
border-color css
<style>
span { border-color: #A84523; }
span { border-color: rgb(168,69,35); }
td.TdClassName
{
border-color: #A84523;
}
.TagClassName
{
border-color: #A84523;
}
</style>