Shades of Rust #AD4C08
Tints of Rust #AD4C08
RGB
CMYK
RGB Variations
Color information
#AD4C08 (or 0xAD4C08) is known color: Rust. HEX triplet: AD, 4C and 08. RGB value is (173,76,8). Sum of RGB (Red+Green+Blue) = 173+76+8=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C08 is #52B3F7. Grayscale: #616161. Windows color (decimal): -5420024 or 543917. OLE color: 543917.
HSL color Cylindrical-coordinate representation of color #AD4C08: hue angle of 24.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD4C08 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 76 | 8 | - |
CMYK | 0 | 0.56 | 0.95 | 0.32 |
HSL | 24.73º | 0.91% | 0.35% | - |
HSV(B) | 24.73º | 0.95% | 0.68% | - |
XYZ | 19.86 | 14.07 | 1.9 | - |
YUV | 97.25 | 77.64 | 182.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 76 | 8 | 0 | 0.56 | 0.95 | 0.32 | 24.73 | 0.91 | 0.35 |
Hex | AD | 4C | 8 | 0 | 38 | 5F | 20 | 19 | 5B | 23 |
Octal | 255 | 114 | 10 | 0 | 70 | 137 | 40 | 31 | 133 | 43 |
Binary | 10101101 | 1001100 | 1000 | 0 | 111000 | 1011111 | 100000 | 11001 | 1011011 | 100011 |
Color Harmonies of #AD4C08
Complementary color
Monochromatic Colors of #AD4C08
Black with #AD4C08
Text Example
Text Example
White with #AD4C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C08; }
p { color: rgb(173,76,8); }
H1.HeaderClassName
{
color: #AD4C08;
}
.AnyTagClassName
{
color: #AD4C08;
}
</style>
background-color css
<style>
a { background-color: #AD4C08; }
a { background-color: rgb(173,76,8); }
div.DivClassName
{
background-color: #AD4C08;
}
.BgClassName
{
background-color: #AD4C08;
}
</style>
border-color css
<style>
span { border-color: #AD4C08; }
span { border-color: rgb(173,76,8); }
td.TdClassName
{
border-color: #AD4C08;
}
.TagClassName
{
border-color: #AD4C08;
}
</style>