Shades of Rock Spray #AA4123
Tints of Rock Spray #AA4123
RGB
CMYK
RGB Variations
Color information
#AA4123 (or 0xAA4123) is known color: Rock Spray. HEX triplet: AA, 41 and 23. RGB value is (170,65,35). Sum of RGB (Red+Green+Blue) = 170+65+35=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4123 is #55BEDC. Grayscale: #5D5D5D. Windows color (decimal): -5619421 or 2310570. OLE color: 2310570.
HSL color Cylindrical-coordinate representation of color #AA4123: hue angle of 13.33º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA4123 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 35 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.33 |
| HSL | 13.33º | 0.66% | 0.4% | - |
| HSV(B) | 13.33º | 0.79% | 0.67% | - |
| XYZ | 18.77 | 12.45 | 3 | - |
| YUV | 92.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 35 | 0 | 0.62 | 0.79 | 0.33 | 13.33 | 0.66 | 0.4 |
| Hex | AA | 41 | 23 | 0 | 3E | 4F | 21 | D | 42 | 28 |
| Octal | 252 | 101 | 43 | 0 | 76 | 117 | 41 | 15 | 102 | 50 |
| Binary | 10101010 | 1000001 | 100011 | 0 | 111110 | 1001111 | 100001 | 1101 | 1000010 | 101000 |
Color Harmonies of #AA4123
Complementary color
Monochromatic Colors of #AA4123
Black with #AA4123
Text Example
Text Example
White with #AA4123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4123; }
p { color: rgb(170,65,35); }
H1.HeaderClassName
{
color: #AA4123;
}
.AnyTagClassName
{
color: #AA4123;
}
</style>
background-color css
<style>
a { background-color: #AA4123; }
a { background-color: rgb(170,65,35); }
div.DivClassName
{
background-color: #AA4123;
}
.BgClassName
{
background-color: #AA4123;
}
</style>
border-color css
<style>
span { border-color: #AA4123; }
span { border-color: rgb(170,65,35); }
td.TdClassName
{
border-color: #AA4123;
}
.TagClassName
{
border-color: #AA4123;
}
</style>