Shades of Rock Spray #A54829
Tints of Rock Spray #A54829
RGB
CMYK
RGB Variations
Color information
#A54829 (or 0xA54829) is known color: Rock Spray. HEX triplet: A5, 48 and 29. RGB value is (165,72,41). Sum of RGB (Red+Green+Blue) = 165+72+41=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A54829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54829 is #5AB7D6. Grayscale: #606060. Windows color (decimal): -5945303 or 2705573. OLE color: 2705573.
HSL color Cylindrical-coordinate representation of color #A54829: hue angle of 15º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A54829 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 41 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.35 |
| HSL | 15º | 0.6% | 0.4% | - |
| HSV(B) | 15º | 0.75% | 0.65% | - |
| XYZ | 18.23 | 12.79 | 3.61 | - |
| YUV | 96.27 | 96.81 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 41 | 0 | 0.56 | 0.75 | 0.35 | 15 | 0.6 | 0.4 |
| Hex | A5 | 48 | 29 | 0 | 38 | 4B | 23 | F | 3C | 28 |
| Octal | 245 | 110 | 51 | 0 | 70 | 113 | 43 | 17 | 74 | 50 |
| Binary | 10100101 | 1001000 | 101001 | 0 | 111000 | 1001011 | 100011 | 1111 | 111100 | 101000 |
Color Harmonies of #A54829
Complementary color
Monochromatic Colors of #A54829
Black with #A54829
Text Example
Text Example
White with #A54829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54829; }
p { color: rgb(165,72,41); }
H1.HeaderClassName
{
color: #A54829;
}
.AnyTagClassName
{
color: #A54829;
}
</style>
background-color css
<style>
a { background-color: #A54829; }
a { background-color: rgb(165,72,41); }
div.DivClassName
{
background-color: #A54829;
}
.BgClassName
{
background-color: #A54829;
}
</style>
border-color css
<style>
span { border-color: #A54829; }
span { border-color: rgb(165,72,41); }
td.TdClassName
{
border-color: #A54829;
}
.TagClassName
{
border-color: #A54829;
}
</style>