Shades of Reno Sand #A9753A
Tints of Reno Sand #A9753A
RGB
CMYK
RGB Variations
Color information
#A9753A (or 0xA9753A) is known color: Reno Sand. HEX triplet: A9, 75 and 3A. RGB value is (169,117,58). Sum of RGB (Red+Green+Blue) = 169+117+58=344 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.13% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 169 - color contains mainly: red. Hex color #A9753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9753A is #568AC5. Grayscale: #7E7E7E. Windows color (decimal): -5671622 or 3831209. OLE color: 3831209.
HSL color Cylindrical-coordinate representation of color #A9753A: hue angle of 31.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9753A is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 58 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.34 |
| HSL | 31.89º | 0.49% | 0.45% | - |
| HSV(B) | 31.89º | 0.66% | 0.66% | - |
| XYZ | 23.49 | 21.46 | 6.91 | - |
| YUV | 125.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 58 | 0 | 0.31 | 0.66 | 0.34 | 31.89 | 0.49 | 0.45 |
| Hex | A9 | 75 | 3A | 0 | 1F | 42 | 22 | 20 | 31 | 2D |
| Octal | 251 | 165 | 72 | 0 | 37 | 102 | 42 | 40 | 61 | 55 |
| Binary | 10101001 | 1110101 | 111010 | 0 | 11111 | 1000010 | 100010 | 100000 | 110001 | 101101 |
Color Harmonies of #A9753A
Complementary color
Monochromatic Colors of #A9753A
Black with #A9753A
Text Example
Text Example
White with #A9753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9753A; }
p { color: rgb(169,117,58); }
H1.HeaderClassName
{
color: #A9753A;
}
.AnyTagClassName
{
color: #A9753A;
}
</style>
background-color css
<style>
a { background-color: #A9753A; }
a { background-color: rgb(169,117,58); }
div.DivClassName
{
background-color: #A9753A;
}
.BgClassName
{
background-color: #A9753A;
}
</style>
border-color css
<style>
span { border-color: #A9753A; }
span { border-color: rgb(169,117,58); }
td.TdClassName
{
border-color: #A9753A;
}
.TagClassName
{
border-color: #A9753A;
}
</style>