Shades of Rust #AA4308
Tints of Rust #AA4308
RGB
CMYK
RGB Variations
Color information
#AA4308 (or 0xAA4308) is known color: Rust. HEX triplet: AA, 43 and 08. RGB value is (170,67,8). Sum of RGB (Red+Green+Blue) = 170+67+8=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4308 is #55BCF7. Grayscale: #5B5B5B. Windows color (decimal): -5618936 or 541610. OLE color: 541610.
HSL color Cylindrical-coordinate representation of color #AA4308: hue angle of 21.85º 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 #AA4308 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 8 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.33 |
| HSL | 21.85º | 0.91% | 0.35% | - |
| HSV(B) | 21.85º | 0.95% | 0.67% | - |
| XYZ | 18.63 | 12.58 | 1.68 | - |
| YUV | 91.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 8 | 0 | 0.61 | 0.95 | 0.33 | 21.85 | 0.91 | 0.35 |
| Hex | AA | 43 | 8 | 0 | 3D | 5F | 21 | 16 | 5B | 23 |
| Octal | 252 | 103 | 10 | 0 | 75 | 137 | 41 | 26 | 133 | 43 |
| Binary | 10101010 | 1000011 | 1000 | 0 | 111101 | 1011111 | 100001 | 10110 | 1011011 | 100011 |
Color Harmonies of #AA4308
Complementary color
Monochromatic Colors of #AA4308
Black with #AA4308
Text Example
Text Example
White with #AA4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4308; }
p { color: rgb(170,67,8); }
H1.HeaderClassName
{
color: #AA4308;
}
.AnyTagClassName
{
color: #AA4308;
}
</style>
background-color css
<style>
a { background-color: #AA4308; }
a { background-color: rgb(170,67,8); }
div.DivClassName
{
background-color: #AA4308;
}
.BgClassName
{
background-color: #AA4308;
}
</style>
border-color css
<style>
span { border-color: #AA4308; }
span { border-color: rgb(170,67,8); }
td.TdClassName
{
border-color: #AA4308;
}
.TagClassName
{
border-color: #AA4308;
}
</style>