Shades of Rock Spray #A44A31
Tints of Rock Spray #A44A31
RGB
CMYK
RGB Variations
Color information
#A44A31 (or 0xA44A31) is known color: Rock Spray. HEX triplet: A4, 4A and 31. RGB value is (164,74,49). Sum of RGB (Red+Green+Blue) = 164+74+49=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A31 is #5BB5CE. Grayscale: #626262. Windows color (decimal): -6010319 or 3230372. OLE color: 3230372.
HSL color Cylindrical-coordinate representation of color #A44A31: hue angle of 13.04º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A44A31 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 74 | 49 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.36 |
| HSL | 13.04º | 0.54% | 0.42% | - |
| HSV(B) | 13.04º | 0.7% | 0.64% | - |
| XYZ | 18.31 | 13.01 | 4.45 | - |
| YUV | 98.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 74 | 49 | 0 | 0.55 | 0.70 | 0.36 | 13.04 | 0.54 | 0.42 |
| Hex | A4 | 4A | 31 | 0 | 37 | 46 | 24 | D | 36 | 2A |
| Octal | 244 | 112 | 61 | 0 | 67 | 106 | 44 | 15 | 66 | 52 |
| Binary | 10100100 | 1001010 | 110001 | 0 | 110111 | 1000110 | 100100 | 1101 | 110110 | 101010 |
Color Harmonies of #A44A31
Complementary color
Monochromatic Colors of #A44A31
Black with #A44A31
Text Example
Text Example
White with #A44A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44A31; }
p { color: rgb(164,74,49); }
H1.HeaderClassName
{
color: #A44A31;
}
.AnyTagClassName
{
color: #A44A31;
}
</style>
background-color css
<style>
a { background-color: #A44A31; }
a { background-color: rgb(164,74,49); }
div.DivClassName
{
background-color: #A44A31;
}
.BgClassName
{
background-color: #A44A31;
}
</style>
border-color css
<style>
span { border-color: #A44A31; }
span { border-color: rgb(164,74,49); }
td.TdClassName
{
border-color: #A44A31;
}
.TagClassName
{
border-color: #A44A31;
}
</style>