Shades of Reno Sand #AC6B28
Tints of Reno Sand #AC6B28
RGB
CMYK
RGB Variations
Color information
#AC6B28 (or 0xAC6B28) is known color: Reno Sand. HEX triplet: AC, 6B and 28. RGB value is (172,107,40). Sum of RGB (Red+Green+Blue) = 172+107+40=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B28 is #5394D7. Grayscale: #777777. Windows color (decimal): -5477592 or 2649004. OLE color: 2649004.
HSL color Cylindrical-coordinate representation of color #AC6B28: hue angle of 30.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC6B28 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 107 | 40 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.33 |
| HSL | 30.45º | 0.62% | 0.42% | - |
| HSV(B) | 30.45º | 0.77% | 0.67% | - |
| XYZ | 22.65 | 19.44 | 4.57 | - |
| YUV | 118.8 | 83.53 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 107 | 40 | 0 | 0.38 | 0.77 | 0.33 | 30.45 | 0.62 | 0.42 |
| Hex | AC | 6B | 28 | 0 | 26 | 4D | 21 | 1E | 3E | 2A |
| Octal | 254 | 153 | 50 | 0 | 46 | 115 | 41 | 36 | 76 | 52 |
| Binary | 10101100 | 1101011 | 101000 | 0 | 100110 | 1001101 | 100001 | 11110 | 111110 | 101010 |
Color Harmonies of #AC6B28
Complementary color
Monochromatic Colors of #AC6B28
Black with #AC6B28
Text Example
Text Example
White with #AC6B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6B28; }
p { color: rgb(172,107,40); }
H1.HeaderClassName
{
color: #AC6B28;
}
.AnyTagClassName
{
color: #AC6B28;
}
</style>
background-color css
<style>
a { background-color: #AC6B28; }
a { background-color: rgb(172,107,40); }
div.DivClassName
{
background-color: #AC6B28;
}
.BgClassName
{
background-color: #AC6B28;
}
</style>
border-color css
<style>
span { border-color: #AC6B28; }
span { border-color: rgb(172,107,40); }
td.TdClassName
{
border-color: #AC6B28;
}
.TagClassName
{
border-color: #AC6B28;
}
</style>