Shades of Rock Spray #A44534
Tints of Rock Spray #A44534
RGB
CMYK
RGB Variations
Color information
#A44534 (or 0xA44534) is known color: Rock Spray. HEX triplet: A4, 45 and 34. RGB value is (164,69,52). Sum of RGB (Red+Green+Blue) = 164+69+52=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A44534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44534 is #5BBACB. Grayscale: #5F5F5F. Windows color (decimal): -6011596 or 3425700. OLE color: 3425700.
HSL color Cylindrical-coordinate representation of color #A44534: hue angle of 9.11º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44534 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 52 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.36 |
| HSL | 9.11º | 0.52% | 0.42% | - |
| HSV(B) | 9.11º | 0.68% | 0.64% | - |
| XYZ | 18.06 | 12.4 | 4.69 | - |
| YUV | 95.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 52 | 0 | 0.58 | 0.68 | 0.36 | 9.11 | 0.52 | 0.42 |
| Hex | A4 | 45 | 34 | 0 | 3A | 44 | 24 | 9 | 34 | 2A |
| Octal | 244 | 105 | 64 | 0 | 72 | 104 | 44 | 11 | 64 | 52 |
| Binary | 10100100 | 1000101 | 110100 | 0 | 111010 | 1000100 | 100100 | 1001 | 110100 | 101010 |
Color Harmonies of #A44534
Complementary color
Monochromatic Colors of #A44534
Black with #A44534
Text Example
Text Example
White with #A44534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44534; }
p { color: rgb(164,69,52); }
H1.HeaderClassName
{
color: #A44534;
}
.AnyTagClassName
{
color: #A44534;
}
</style>
background-color css
<style>
a { background-color: #A44534; }
a { background-color: rgb(164,69,52); }
div.DivClassName
{
background-color: #A44534;
}
.BgClassName
{
background-color: #A44534;
}
</style>
border-color css
<style>
span { border-color: #A44534; }
span { border-color: rgb(164,69,52); }
td.TdClassName
{
border-color: #A44534;
}
.TagClassName
{
border-color: #A44534;
}
</style>