Shades of Rust #A95308
Tints of Rust #A95308
RGB
CMYK
RGB Variations
Color information
#A95308 (or 0xA95308) is known color: Rust. HEX triplet: A9, 53 and 08. RGB value is (169,83,8). Sum of RGB (Red+Green+Blue) = 169+83+8=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A95308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95308 is #56ACF7. Grayscale: #646464. Windows color (decimal): -5680376 or 545705. OLE color: 545705.
HSL color Cylindrical-coordinate representation of color #A95308: hue angle of 27.95º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A95308 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 83 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.34 |
| HSL | 27.95º | 0.91% | 0.35% | - |
| HSV(B) | 27.95º | 0.95% | 0.66% | - |
| XYZ | 19.5 | 14.64 | 2.03 | - |
| YUV | 100.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 8 | 0 | 0.51 | 0.95 | 0.34 | 27.95 | 0.91 | 0.35 |
| Hex | A9 | 53 | 8 | 0 | 33 | 5F | 22 | 1C | 5B | 23 |
| Octal | 251 | 123 | 10 | 0 | 63 | 137 | 42 | 34 | 133 | 43 |
| Binary | 10101001 | 1010011 | 1000 | 0 | 110011 | 1011111 | 100010 | 11100 | 1011011 | 100011 |
Color Harmonies of #A95308
Complementary color
Monochromatic Colors of #A95308
Black with #A95308
Text Example
Text Example
White with #A95308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95308; }
p { color: rgb(169,83,8); }
H1.HeaderClassName
{
color: #A95308;
}
.AnyTagClassName
{
color: #A95308;
}
</style>
background-color css
<style>
a { background-color: #A95308; }
a { background-color: rgb(169,83,8); }
div.DivClassName
{
background-color: #A95308;
}
.BgClassName
{
background-color: #A95308;
}
</style>
border-color css
<style>
span { border-color: #A95308; }
span { border-color: rgb(169,83,8); }
td.TdClassName
{
border-color: #A95308;
}
.TagClassName
{
border-color: #A95308;
}
</style>