Shades of Rock Spray #A44322
Tints of Rock Spray #A44322
RGB
CMYK
RGB Variations
Color information
#A44322 (or 0xA44322) is known color: Rock Spray. HEX triplet: A4, 43 and 22. RGB value is (164,67,34). Sum of RGB (Red+Green+Blue) = 164+67+34=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A44322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44322 is #5BBCDD. Grayscale: #5C5C5C. Windows color (decimal): -6012126 or 2245540. OLE color: 2245540.
HSL color Cylindrical-coordinate representation of color #A44322: hue angle of 15.23º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A44322 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 67 | 34 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.36 |
| HSL | 15.23º | 0.66% | 0.39% | - |
| HSV(B) | 15.23º | 0.79% | 0.64% | - |
| XYZ | 17.61 | 12.02 | 2.91 | - |
| YUV | 92.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 67 | 34 | 0 | 0.59 | 0.79 | 0.36 | 15.23 | 0.66 | 0.39 |
| Hex | A4 | 43 | 22 | 0 | 3B | 4F | 24 | F | 42 | 27 |
| Octal | 244 | 103 | 42 | 0 | 73 | 117 | 44 | 17 | 102 | 47 |
| Binary | 10100100 | 1000011 | 100010 | 0 | 111011 | 1001111 | 100100 | 1111 | 1000010 | 100111 |
Color Harmonies of #A44322
Complementary color
Monochromatic Colors of #A44322
Black with #A44322
Text Example
Text Example
White with #A44322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44322; }
p { color: rgb(164,67,34); }
H1.HeaderClassName
{
color: #A44322;
}
.AnyTagClassName
{
color: #A44322;
}
</style>
background-color css
<style>
a { background-color: #A44322; }
a { background-color: rgb(164,67,34); }
div.DivClassName
{
background-color: #A44322;
}
.BgClassName
{
background-color: #A44322;
}
</style>
border-color css
<style>
span { border-color: #A44322; }
span { border-color: rgb(164,67,34); }
td.TdClassName
{
border-color: #A44322;
}
.TagClassName
{
border-color: #A44322;
}
</style>