Shades of Rock Spray #A54629
Tints of Rock Spray #A54629
RGB
CMYK
RGB Variations
Color information
#A54629 (or 0xA54629) is known color: Rock Spray. HEX triplet: A5, 46 and 29. RGB value is (165,70,41). Sum of RGB (Red+Green+Blue) = 165+70+41=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A54629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54629 is #5AB9D6. Grayscale: #5F5F5F. Windows color (decimal): -5945815 or 2705061. OLE color: 2705061.
HSL color Cylindrical-coordinate representation of color #A54629: hue angle of 14.03º 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 #A54629 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 41 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.35 |
| HSL | 14.03º | 0.6% | 0.4% | - |
| HSV(B) | 14.03º | 0.75% | 0.65% | - |
| XYZ | 18.11 | 12.54 | 3.56 | - |
| YUV | 95.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 41 | 0 | 0.58 | 0.75 | 0.35 | 14.03 | 0.6 | 0.4 |
| Hex | A5 | 46 | 29 | 0 | 3A | 4B | 23 | E | 3C | 28 |
| Octal | 245 | 106 | 51 | 0 | 72 | 113 | 43 | 16 | 74 | 50 |
| Binary | 10100101 | 1000110 | 101001 | 0 | 111010 | 1001011 | 100011 | 1110 | 111100 | 101000 |
Color Harmonies of #A54629
Complementary color
Monochromatic Colors of #A54629
Black with #A54629
Text Example
Text Example
White with #A54629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54629; }
p { color: rgb(165,70,41); }
H1.HeaderClassName
{
color: #A54629;
}
.AnyTagClassName
{
color: #A54629;
}
</style>
background-color css
<style>
a { background-color: #A54629; }
a { background-color: rgb(165,70,41); }
div.DivClassName
{
background-color: #A54629;
}
.BgClassName
{
background-color: #A54629;
}
</style>
border-color css
<style>
span { border-color: #A54629; }
span { border-color: rgb(165,70,41); }
td.TdClassName
{
border-color: #A54629;
}
.TagClassName
{
border-color: #A54629;
}
</style>