Shades of Rock Spray #AA4023
Tints of Rock Spray #AA4023
RGB
CMYK
RGB Variations
Color information
#AA4023 (or 0xAA4023) is known color: Rock Spray. HEX triplet: AA, 40 and 23. RGB value is (170,64,35). Sum of RGB (Red+Green+Blue) = 170+64+35=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4023 is #55BFDC. Grayscale: #5C5C5C. Windows color (decimal): -5619677 or 2310314. OLE color: 2310314.
HSL color Cylindrical-coordinate representation of color #AA4023: hue angle of 12.89º 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 #AA4023 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 35 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.33 |
| HSL | 12.89º | 0.66% | 0.4% | - |
| HSV(B) | 12.89º | 0.79% | 0.67% | - |
| XYZ | 18.71 | 12.33 | 2.98 | - |
| YUV | 92.39 | 95.62 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 35 | 0 | 0.62 | 0.79 | 0.33 | 12.89 | 0.66 | 0.4 |
| Hex | AA | 40 | 23 | 0 | 3E | 4F | 21 | D | 42 | 28 |
| Octal | 252 | 100 | 43 | 0 | 76 | 117 | 41 | 15 | 102 | 50 |
| Binary | 10101010 | 1000000 | 100011 | 0 | 111110 | 1001111 | 100001 | 1101 | 1000010 | 101000 |
Color Harmonies of #AA4023
Complementary color
Monochromatic Colors of #AA4023
Black with #AA4023
Text Example
Text Example
White with #AA4023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4023; }
p { color: rgb(170,64,35); }
H1.HeaderClassName
{
color: #AA4023;
}
.AnyTagClassName
{
color: #AA4023;
}
</style>
background-color css
<style>
a { background-color: #AA4023; }
a { background-color: rgb(170,64,35); }
div.DivClassName
{
background-color: #AA4023;
}
.BgClassName
{
background-color: #AA4023;
}
</style>
border-color css
<style>
span { border-color: #AA4023; }
span { border-color: rgb(170,64,35); }
td.TdClassName
{
border-color: #AA4023;
}
.TagClassName
{
border-color: #AA4023;
}
</style>