Shades of Reno Sand #AA6B36
Tints of Reno Sand #AA6B36
RGB
CMYK
RGB Variations
Color information
#AA6B36 (or 0xAA6B36) is known color: Reno Sand. HEX triplet: AA, 6B and 36. RGB value is (170,107,54). Sum of RGB (Red+Green+Blue) = 170+107+54=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6B36 is #5594C9. Grayscale: #787878. Windows color (decimal): -5608650 or 3566506. OLE color: 3566506.
HSL color Cylindrical-coordinate representation of color #AA6B36: hue angle of 27.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA6B36 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 54 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.33 |
| HSL | 27.41º | 0.52% | 0.44% | - |
| HSV(B) | 27.41º | 0.68% | 0.67% | - |
| XYZ | 22.5 | 19.33 | 6.03 | - |
| YUV | 119.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 54 | 0 | 0.37 | 0.68 | 0.33 | 27.41 | 0.52 | 0.44 |
| Hex | AA | 6B | 36 | 0 | 25 | 44 | 21 | 1B | 34 | 2C |
| Octal | 252 | 153 | 66 | 0 | 45 | 104 | 41 | 33 | 64 | 54 |
| Binary | 10101010 | 1101011 | 110110 | 0 | 100101 | 1000100 | 100001 | 11011 | 110100 | 101100 |
Color Harmonies of #AA6B36
Complementary color
Monochromatic Colors of #AA6B36
Black with #AA6B36
Text Example
Text Example
White with #AA6B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B36; }
p { color: rgb(170,107,54); }
H1.HeaderClassName
{
color: #AA6B36;
}
.AnyTagClassName
{
color: #AA6B36;
}
</style>
background-color css
<style>
a { background-color: #AA6B36; }
a { background-color: rgb(170,107,54); }
div.DivClassName
{
background-color: #AA6B36;
}
.BgClassName
{
background-color: #AA6B36;
}
</style>
border-color css
<style>
span { border-color: #AA6B36; }
span { border-color: rgb(170,107,54); }
td.TdClassName
{
border-color: #AA6B36;
}
.TagClassName
{
border-color: #AA6B36;
}
</style>