Shades of Reno Sand #AC763A
Tints of Reno Sand #AC763A
RGB
CMYK
RGB Variations
Color information
#AC763A (or 0xAC763A) is known color: Reno Sand. HEX triplet: AC, 76 and 3A. RGB value is (172,118,58). Sum of RGB (Red+Green+Blue) = 172+118+58=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC763A is #5389C5. Grayscale: #7F7F7F. Windows color (decimal): -5474758 or 3831468. OLE color: 3831468.
HSL color Cylindrical-coordinate representation of color #AC763A: hue angle of 31.58º degrees, saturation: 0.5, 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 #AC763A is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 118 | 58 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.33 |
| HSL | 31.58º | 0.5% | 0.45% | - |
| HSV(B) | 31.58º | 0.66% | 0.67% | - |
| XYZ | 24.26 | 22.03 | 6.98 | - |
| YUV | 127.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 118 | 58 | 0 | 0.31 | 0.66 | 0.33 | 31.58 | 0.5 | 0.45 |
| Hex | AC | 76 | 3A | 0 | 1F | 42 | 21 | 20 | 32 | 2D |
| Octal | 254 | 166 | 72 | 0 | 37 | 102 | 41 | 40 | 62 | 55 |
| Binary | 10101100 | 1110110 | 111010 | 0 | 11111 | 1000010 | 100001 | 100000 | 110010 | 101101 |
Color Harmonies of #AC763A
Complementary color
Monochromatic Colors of #AC763A
Black with #AC763A
Text Example
Text Example
White with #AC763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC763A; }
p { color: rgb(172,118,58); }
H1.HeaderClassName
{
color: #AC763A;
}
.AnyTagClassName
{
color: #AC763A;
}
</style>
background-color css
<style>
a { background-color: #AC763A; }
a { background-color: rgb(172,118,58); }
div.DivClassName
{
background-color: #AC763A;
}
.BgClassName
{
background-color: #AC763A;
}
</style>
border-color css
<style>
span { border-color: #AC763A; }
span { border-color: rgb(172,118,58); }
td.TdClassName
{
border-color: #AC763A;
}
.TagClassName
{
border-color: #AC763A;
}
</style>