Shades of Reno Sand #AC6B2D
Tints of Reno Sand #AC6B2D
RGB
CMYK
RGB Variations
Color information
#AC6B2D (or 0xAC6B2D) is known color: Reno Sand. HEX triplet: AC, 6B and 2D. RGB value is (172,107,45). Sum of RGB (Red+Green+Blue) = 172+107+45=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B2D is #5394D2. Grayscale: #777777. Windows color (decimal): -5477587 or 2976684. OLE color: 2976684.
HSL color Cylindrical-coordinate representation of color #AC6B2D: hue angle of 29.29º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC6B2D is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 45 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.33 |
| HSL | 29.29º | 0.59% | 0.43% | - |
| HSV(B) | 29.29º | 0.74% | 0.67% | - |
| XYZ | 22.74 | 19.48 | 5.04 | - |
| YUV | 119.37 | 86.03 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 45 | 0 | 0.38 | 0.74 | 0.33 | 29.29 | 0.59 | 0.43 |
| Hex | AC | 6B | 2D | 0 | 26 | 4A | 21 | 1D | 3B | 2B |
| Octal | 254 | 153 | 55 | 0 | 46 | 112 | 41 | 35 | 73 | 53 |
| Binary | 10101100 | 1101011 | 101101 | 0 | 100110 | 1001010 | 100001 | 11101 | 111011 | 101011 |
Color Harmonies of #AC6B2D
Complementary color
Monochromatic Colors of #AC6B2D
Black with #AC6B2D
Text Example
Text Example
White with #AC6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B2D; }
p { color: rgb(172,107,45); }
H1.HeaderClassName
{
color: #AC6B2D;
}
.AnyTagClassName
{
color: #AC6B2D;
}
</style>
background-color css
<style>
a { background-color: #AC6B2D; }
a { background-color: rgb(172,107,45); }
div.DivClassName
{
background-color: #AC6B2D;
}
.BgClassName
{
background-color: #AC6B2D;
}
</style>
border-color css
<style>
span { border-color: #AC6B2D; }
span { border-color: rgb(172,107,45); }
td.TdClassName
{
border-color: #AC6B2D;
}
.TagClassName
{
border-color: #AC6B2D;
}
</style>