Shades of Rust #AA4B08
Tints of Rust #AA4B08
RGB
CMYK
RGB Variations
Color information
#AA4B08 (or 0xAA4B08) is known color: Rust. HEX triplet: AA, 4B and 08. RGB value is (170,75,8). Sum of RGB (Red+Green+Blue) = 170+75+8=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4B08 is #55B4F7. Grayscale: #606060. Windows color (decimal): -5616888 or 543658. OLE color: 543658.
HSL color Cylindrical-coordinate representation of color #AA4B08: hue angle of 24.81º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA4B08 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 8 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.33 |
| HSL | 24.81º | 0.91% | 0.35% | - |
| HSV(B) | 24.81º | 0.95% | 0.67% | - |
| XYZ | 19.14 | 13.6 | 1.85 | - |
| YUV | 95.77 | 78.47 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 8 | 0 | 0.56 | 0.95 | 0.33 | 24.81 | 0.91 | 0.35 |
| Hex | AA | 4B | 8 | 0 | 38 | 5F | 21 | 19 | 5B | 23 |
| Octal | 252 | 113 | 10 | 0 | 70 | 137 | 41 | 31 | 133 | 43 |
| Binary | 10101010 | 1001011 | 1000 | 0 | 111000 | 1011111 | 100001 | 11001 | 1011011 | 100011 |
Color Harmonies of #AA4B08
Complementary color
Monochromatic Colors of #AA4B08
Black with #AA4B08
Text Example
Text Example
White with #AA4B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B08; }
p { color: rgb(170,75,8); }
H1.HeaderClassName
{
color: #AA4B08;
}
.AnyTagClassName
{
color: #AA4B08;
}
</style>
background-color css
<style>
a { background-color: #AA4B08; }
a { background-color: rgb(170,75,8); }
div.DivClassName
{
background-color: #AA4B08;
}
.BgClassName
{
background-color: #AA4B08;
}
</style>
border-color css
<style>
span { border-color: #AA4B08; }
span { border-color: rgb(170,75,8); }
td.TdClassName
{
border-color: #AA4B08;
}
.TagClassName
{
border-color: #AA4B08;
}
</style>