Shades of Reno Sand #AF692D
Tints of Reno Sand #AF692D
RGB
CMYK
RGB Variations
Color information
#AF692D (or 0xAF692D) is known color: Reno Sand. HEX triplet: AF, 69 and 2D. RGB value is (175,105,45). Sum of RGB (Red+Green+Blue) = 175+105+45=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF692D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF692D is #5096D2. Grayscale: #777777. Windows color (decimal): -5281491 or 2976175. OLE color: 2976175.
HSL color Cylindrical-coordinate representation of color #AF692D: hue angle of 27.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF692D is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 45 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.31 |
| HSL | 27.69º | 0.59% | 0.43% | - |
| HSV(B) | 27.69º | 0.74% | 0.69% | - |
| XYZ | 23.2 | 19.41 | 5.01 | - |
| YUV | 119.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 45 | 0 | 0.40 | 0.74 | 0.31 | 27.69 | 0.59 | 0.43 |
| Hex | AF | 69 | 2D | 0 | 28 | 4A | 1F | 1C | 3B | 2B |
| Octal | 257 | 151 | 55 | 0 | 50 | 112 | 37 | 34 | 73 | 53 |
| Binary | 10101111 | 1101001 | 101101 | 0 | 101000 | 1001010 | 11111 | 11100 | 111011 | 101011 |
Color Harmonies of #AF692D
Complementary color
Monochromatic Colors of #AF692D
Black with #AF692D
Text Example
Text Example
White with #AF692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF692D; }
p { color: rgb(175,105,45); }
H1.HeaderClassName
{
color: #AF692D;
}
.AnyTagClassName
{
color: #AF692D;
}
</style>
background-color css
<style>
a { background-color: #AF692D; }
a { background-color: rgb(175,105,45); }
div.DivClassName
{
background-color: #AF692D;
}
.BgClassName
{
background-color: #AF692D;
}
</style>
border-color css
<style>
span { border-color: #AF692D; }
span { border-color: rgb(175,105,45); }
td.TdClassName
{
border-color: #AF692D;
}
.TagClassName
{
border-color: #AF692D;
}
</style>