Shades of Reno Sand #AA763A
Tints of Reno Sand #AA763A
RGB
CMYK
RGB Variations
Color information
#AA763A (or 0xAA763A) is known color: Reno Sand. HEX triplet: AA, 76 and 3A. RGB value is (170,118,58). Sum of RGB (Red+Green+Blue) = 170+118+58=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA763A is #5589C5. Grayscale: #7E7E7E. Windows color (decimal): -5605830 or 3831466. OLE color: 3831466.
HSL color Cylindrical-coordinate representation of color #AA763A: hue angle of 32.14º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA763A is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 58 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.33 |
| HSL | 32.14º | 0.49% | 0.45% | - |
| HSV(B) | 32.14º | 0.66% | 0.67% | - |
| XYZ | 23.82 | 21.81 | 6.96 | - |
| YUV | 126.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 58 | 0 | 0.31 | 0.66 | 0.33 | 32.14 | 0.49 | 0.45 |
| Hex | AA | 76 | 3A | 0 | 1F | 42 | 21 | 20 | 31 | 2D |
| Octal | 252 | 166 | 72 | 0 | 37 | 102 | 41 | 40 | 61 | 55 |
| Binary | 10101010 | 1110110 | 111010 | 0 | 11111 | 1000010 | 100001 | 100000 | 110001 | 101101 |
Color Harmonies of #AA763A
Complementary color
Monochromatic Colors of #AA763A
Black with #AA763A
Text Example
Text Example
White with #AA763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA763A; }
p { color: rgb(170,118,58); }
H1.HeaderClassName
{
color: #AA763A;
}
.AnyTagClassName
{
color: #AA763A;
}
</style>
background-color css
<style>
a { background-color: #AA763A; }
a { background-color: rgb(170,118,58); }
div.DivClassName
{
background-color: #AA763A;
}
.BgClassName
{
background-color: #AA763A;
}
</style>
border-color css
<style>
span { border-color: #AA763A; }
span { border-color: rgb(170,118,58); }
td.TdClassName
{
border-color: #AA763A;
}
.TagClassName
{
border-color: #AA763A;
}
</style>