Shades of Rust #AB4A08
Tints of Rust #AB4A08
RGB
CMYK
RGB Variations
Color information
#AB4A08 (or 0xAB4A08) is known color: Rust. HEX triplet: AB, 4A and 08. RGB value is (171,74,8). Sum of RGB (Red+Green+Blue) = 171+74+8=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4A08 is #54B5F7. Grayscale: #5F5F5F. Windows color (decimal): -5551608 or 543403. OLE color: 543403.
HSL color Cylindrical-coordinate representation of color #AB4A08: hue angle of 24.29º 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 #AB4A08 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 8 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.33 |
| HSL | 24.29º | 0.91% | 0.35% | - |
| HSV(B) | 24.29º | 0.95% | 0.67% | - |
| XYZ | 19.29 | 13.57 | 1.83 | - |
| YUV | 95.48 | 78.64 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 8 | 0 | 0.57 | 0.95 | 0.33 | 24.29 | 0.91 | 0.35 |
| Hex | AB | 4A | 8 | 0 | 39 | 5F | 21 | 18 | 5B | 23 |
| Octal | 253 | 112 | 10 | 0 | 71 | 137 | 41 | 30 | 133 | 43 |
| Binary | 10101011 | 1001010 | 1000 | 0 | 111001 | 1011111 | 100001 | 11000 | 1011011 | 100011 |
Color Harmonies of #AB4A08
Complementary color
Monochromatic Colors of #AB4A08
Black with #AB4A08
Text Example
Text Example
White with #AB4A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A08; }
p { color: rgb(171,74,8); }
H1.HeaderClassName
{
color: #AB4A08;
}
.AnyTagClassName
{
color: #AB4A08;
}
</style>
background-color css
<style>
a { background-color: #AB4A08; }
a { background-color: rgb(171,74,8); }
div.DivClassName
{
background-color: #AB4A08;
}
.BgClassName
{
background-color: #AB4A08;
}
</style>
border-color css
<style>
span { border-color: #AB4A08; }
span { border-color: rgb(171,74,8); }
td.TdClassName
{
border-color: #AB4A08;
}
.TagClassName
{
border-color: #AB4A08;
}
</style>