Shades of Rust #AF4E06
Tints of Rust #AF4E06
RGB
CMYK
RGB Variations
Color information
#AF4E06 (or 0xAF4E06) is known color: Rust. HEX triplet: AF, 4E and 06. RGB value is (175,78,6). Sum of RGB (Red+Green+Blue) = 175+78+6=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E06 is #50B1F9. Grayscale: #636363. Windows color (decimal): -5288442 or 413359. OLE color: 413359.
HSL color Cylindrical-coordinate representation of color #AF4E06: hue angle of 25.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF4E06 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 6 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.31 |
| HSL | 25.56º | 0.93% | 0.35% | - |
| HSV(B) | 25.56º | 0.97% | 0.69% | - |
| XYZ | 20.44 | 14.58 | 1.91 | - |
| YUV | 98.8 | 75.64 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 6 | 0 | 0.55 | 0.97 | 0.31 | 25.56 | 0.93 | 0.35 |
| Hex | AF | 4E | 6 | 0 | 37 | 61 | 1F | 1A | 5D | 23 |
| Octal | 257 | 116 | 6 | 0 | 67 | 141 | 37 | 32 | 135 | 43 |
| Binary | 10101111 | 1001110 | 110 | 0 | 110111 | 1100001 | 11111 | 11010 | 1011101 | 100011 |
Color Harmonies of #AF4E06
Complementary color
Monochromatic Colors of #AF4E06
Black with #AF4E06
Text Example
Text Example
White with #AF4E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E06; }
p { color: rgb(175,78,6); }
H1.HeaderClassName
{
color: #AF4E06;
}
.AnyTagClassName
{
color: #AF4E06;
}
</style>
background-color css
<style>
a { background-color: #AF4E06; }
a { background-color: rgb(175,78,6); }
div.DivClassName
{
background-color: #AF4E06;
}
.BgClassName
{
background-color: #AF4E06;
}
</style>
border-color css
<style>
span { border-color: #AF4E06; }
span { border-color: rgb(175,78,6); }
td.TdClassName
{
border-color: #AF4E06;
}
.TagClassName
{
border-color: #AF4E06;
}
</style>