Shades of Rust #AF4E08
Tints of Rust #AF4E08
RGB
CMYK
RGB Variations
Color information
#AF4E08 (or 0xAF4E08) is known color: Rust. HEX triplet: AF, 4E and 08. RGB value is (175,78,8). Sum of RGB (Red+Green+Blue) = 175+78+8=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4E08 is #50B1F7. Grayscale: #636363. Windows color (decimal): -5288440 or 544431. OLE color: 544431.
HSL color Cylindrical-coordinate representation of color #AF4E08: hue angle of 25.15º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF4E08 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 8 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.31 |
| HSL | 25.15º | 0.91% | 0.36% | - |
| HSV(B) | 25.15º | 0.95% | 0.69% | - |
| XYZ | 20.45 | 14.58 | 1.97 | - |
| YUV | 99.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 8 | 0 | 0.55 | 0.95 | 0.31 | 25.15 | 0.91 | 0.36 |
| Hex | AF | 4E | 8 | 0 | 37 | 5F | 1F | 19 | 5B | 24 |
| Octal | 257 | 116 | 10 | 0 | 67 | 137 | 37 | 31 | 133 | 44 |
| Binary | 10101111 | 1001110 | 1000 | 0 | 110111 | 1011111 | 11111 | 11001 | 1011011 | 100100 |
Color Harmonies of #AF4E08
Complementary color
Monochromatic Colors of #AF4E08
Black with #AF4E08
Text Example
Text Example
White with #AF4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E08; }
p { color: rgb(175,78,8); }
H1.HeaderClassName
{
color: #AF4E08;
}
.AnyTagClassName
{
color: #AF4E08;
}
</style>
background-color css
<style>
a { background-color: #AF4E08; }
a { background-color: rgb(175,78,8); }
div.DivClassName
{
background-color: #AF4E08;
}
.BgClassName
{
background-color: #AF4E08;
}
</style>
border-color css
<style>
span { border-color: #AF4E08; }
span { border-color: rgb(175,78,8); }
td.TdClassName
{
border-color: #AF4E08;
}
.TagClassName
{
border-color: #AF4E08;
}
</style>