Shades of Rock Spray #A44530
Tints of Rock Spray #A44530
RGB
CMYK
RGB Variations
Color information
#A44530 (or 0xA44530) is known color: Rock Spray. HEX triplet: A4, 45 and 30. RGB value is (164,69,48). Sum of RGB (Red+Green+Blue) = 164+69+48=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A44530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44530 is #5BBACF. Grayscale: #5F5F5F. Windows color (decimal): -6011600 or 3163556. OLE color: 3163556.
HSL color Cylindrical-coordinate representation of color #A44530: hue angle of 10.86º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A44530 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 48 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.36 |
| HSL | 10.86º | 0.55% | 0.42% | - |
| HSV(B) | 10.86º | 0.71% | 0.64% | - |
| XYZ | 17.97 | 12.36 | 4.24 | - |
| YUV | 95.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 48 | 0 | 0.58 | 0.71 | 0.36 | 10.86 | 0.55 | 0.42 |
| Hex | A4 | 45 | 30 | 0 | 3A | 47 | 24 | B | 37 | 2A |
| Octal | 244 | 105 | 60 | 0 | 72 | 107 | 44 | 13 | 67 | 52 |
| Binary | 10100100 | 1000101 | 110000 | 0 | 111010 | 1000111 | 100100 | 1011 | 110111 | 101010 |
Color Harmonies of #A44530
Complementary color
Monochromatic Colors of #A44530
Black with #A44530
Text Example
Text Example
White with #A44530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44530; }
p { color: rgb(164,69,48); }
H1.HeaderClassName
{
color: #A44530;
}
.AnyTagClassName
{
color: #A44530;
}
</style>
background-color css
<style>
a { background-color: #A44530; }
a { background-color: rgb(164,69,48); }
div.DivClassName
{
background-color: #A44530;
}
.BgClassName
{
background-color: #A44530;
}
</style>
border-color css
<style>
span { border-color: #A44530; }
span { border-color: rgb(164,69,48); }
td.TdClassName
{
border-color: #A44530;
}
.TagClassName
{
border-color: #A44530;
}
</style>