Shades of Reno Sand #AF692C
Tints of Reno Sand #AF692C
RGB
CMYK
RGB Variations
Color information
#AF692C (or 0xAF692C) is known color: Reno Sand. HEX triplet: AF, 69 and 2C. RGB value is (175,105,44). Sum of RGB (Red+Green+Blue) = 175+105+44=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF692C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF692C is #5096D3. Grayscale: #777777. Windows color (decimal): -5281492 or 2910639. OLE color: 2910639.
HSL color Cylindrical-coordinate representation of color #AF692C: hue angle of 27.94º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF692C is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 44 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.31 |
| HSL | 27.94º | 0.6% | 0.43% | - |
| HSV(B) | 27.94º | 0.75% | 0.69% | - |
| XYZ | 23.19 | 19.4 | 4.91 | - |
| YUV | 118.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 44 | 0 | 0.40 | 0.75 | 0.31 | 27.94 | 0.6 | 0.43 |
| Hex | AF | 69 | 2C | 0 | 28 | 4B | 1F | 1C | 3C | 2B |
| Octal | 257 | 151 | 54 | 0 | 50 | 113 | 37 | 34 | 74 | 53 |
| Binary | 10101111 | 1101001 | 101100 | 0 | 101000 | 1001011 | 11111 | 11100 | 111100 | 101011 |
Color Harmonies of #AF692C
Complementary color
Monochromatic Colors of #AF692C
Black with #AF692C
Text Example
Text Example
White with #AF692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF692C; }
p { color: rgb(175,105,44); }
H1.HeaderClassName
{
color: #AF692C;
}
.AnyTagClassName
{
color: #AF692C;
}
</style>
background-color css
<style>
a { background-color: #AF692C; }
a { background-color: rgb(175,105,44); }
div.DivClassName
{
background-color: #AF692C;
}
.BgClassName
{
background-color: #AF692C;
}
</style>
border-color css
<style>
span { border-color: #AF692C; }
span { border-color: rgb(175,105,44); }
td.TdClassName
{
border-color: #AF692C;
}
.TagClassName
{
border-color: #AF692C;
}
</style>