Shades of Rock Spray #AA431F
Tints of Rock Spray #AA431F
RGB
CMYK
RGB Variations
Color information
#AA431F (or 0xAA431F) is known color: Rock Spray. HEX triplet: AA, 43 and 1F. RGB value is (170,67,31). Sum of RGB (Red+Green+Blue) = 170+67+31=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA431F is #55BCE0. Grayscale: #5D5D5D. Windows color (decimal): -5618913 or 2048938. OLE color: 2048938.
HSL color Cylindrical-coordinate representation of color #AA431F: hue angle of 15.54º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA431F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 31 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.33 |
| HSL | 15.54º | 0.69% | 0.39% | - |
| HSV(B) | 15.54º | 0.82% | 0.67% | - |
| XYZ | 18.83 | 12.66 | 2.75 | - |
| YUV | 93.69 | 92.62 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 31 | 0 | 0.61 | 0.82 | 0.33 | 15.54 | 0.69 | 0.39 |
| Hex | AA | 43 | 1F | 0 | 3D | 52 | 21 | 10 | 45 | 27 |
| Octal | 252 | 103 | 37 | 0 | 75 | 122 | 41 | 20 | 105 | 47 |
| Binary | 10101010 | 1000011 | 11111 | 0 | 111101 | 1010010 | 100001 | 10000 | 1000101 | 100111 |
Color Harmonies of #AA431F
Complementary color
Monochromatic Colors of #AA431F
Black with #AA431F
Text Example
Text Example
White with #AA431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA431F; }
p { color: rgb(170,67,31); }
H1.HeaderClassName
{
color: #AA431F;
}
.AnyTagClassName
{
color: #AA431F;
}
</style>
background-color css
<style>
a { background-color: #AA431F; }
a { background-color: rgb(170,67,31); }
div.DivClassName
{
background-color: #AA431F;
}
.BgClassName
{
background-color: #AA431F;
}
</style>
border-color css
<style>
span { border-color: #AA431F; }
span { border-color: rgb(170,67,31); }
td.TdClassName
{
border-color: #AA431F;
}
.TagClassName
{
border-color: #AA431F;
}
</style>