Shades of Rock Spray #AD4122
Tints of Rock Spray #AD4122
RGB
CMYK
RGB Variations
Color information
#AD4122 (or 0xAD4122) is known color: Rock Spray. HEX triplet: AD, 41 and 22. RGB value is (173,65,34). Sum of RGB (Red+Green+Blue) = 173+65+34=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4122 is #52BEDD. Grayscale: #5D5D5D. Windows color (decimal): -5422814 or 2245037. OLE color: 2245037.
HSL color Cylindrical-coordinate representation of color #AD4122: hue angle of 13.38º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD4122 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 34 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.32 |
| HSL | 13.38º | 0.67% | 0.41% | - |
| HSV(B) | 13.38º | 0.8% | 0.68% | - |
| XYZ | 19.41 | 12.78 | 2.96 | - |
| YUV | 93.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 34 | 0 | 0.62 | 0.80 | 0.32 | 13.38 | 0.67 | 0.41 |
| Hex | AD | 41 | 22 | 0 | 3E | 50 | 20 | D | 43 | 29 |
| Octal | 255 | 101 | 42 | 0 | 76 | 120 | 40 | 15 | 103 | 51 |
| Binary | 10101101 | 1000001 | 100010 | 0 | 111110 | 1010000 | 100000 | 1101 | 1000011 | 101001 |
Color Harmonies of #AD4122
Complementary color
Monochromatic Colors of #AD4122
Black with #AD4122
Text Example
Text Example
White with #AD4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4122; }
p { color: rgb(173,65,34); }
H1.HeaderClassName
{
color: #AD4122;
}
.AnyTagClassName
{
color: #AD4122;
}
</style>
background-color css
<style>
a { background-color: #AD4122; }
a { background-color: rgb(173,65,34); }
div.DivClassName
{
background-color: #AD4122;
}
.BgClassName
{
background-color: #AD4122;
}
</style>
border-color css
<style>
span { border-color: #AD4122; }
span { border-color: rgb(173,65,34); }
td.TdClassName
{
border-color: #AD4122;
}
.TagClassName
{
border-color: #AD4122;
}
</style>