Shades of Reno Sand #AF672F
Tints of Reno Sand #AF672F
RGB
CMYK
RGB Variations
Color information
#AF672F (or 0xAF672F) is known color: Reno Sand. HEX triplet: AF, 67 and 2F. RGB value is (175,103,47). Sum of RGB (Red+Green+Blue) = 175+103+47=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF672F is #5098D0. Grayscale: #767676. Windows color (decimal): -5282001 or 3106735. OLE color: 3106735.
HSL color Cylindrical-coordinate representation of color #AF672F: hue angle of 26.25º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF672F is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 47 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.31 |
| HSL | 26.25º | 0.58% | 0.44% | - |
| HSV(B) | 26.25º | 0.73% | 0.69% | - |
| XYZ | 23.04 | 19.02 | 5.15 | - |
| YUV | 118.14 | 87.85 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 47 | 0 | 0.41 | 0.73 | 0.31 | 26.25 | 0.58 | 0.44 |
| Hex | AF | 67 | 2F | 0 | 29 | 49 | 1F | 1A | 3A | 2C |
| Octal | 257 | 147 | 57 | 0 | 51 | 111 | 37 | 32 | 72 | 54 |
| Binary | 10101111 | 1100111 | 101111 | 0 | 101001 | 1001001 | 11111 | 11010 | 111010 | 101100 |
Color Harmonies of #AF672F
Complementary color
Monochromatic Colors of #AF672F
Black with #AF672F
Text Example
Text Example
White with #AF672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF672F; }
p { color: rgb(175,103,47); }
H1.HeaderClassName
{
color: #AF672F;
}
.AnyTagClassName
{
color: #AF672F;
}
</style>
background-color css
<style>
a { background-color: #AF672F; }
a { background-color: rgb(175,103,47); }
div.DivClassName
{
background-color: #AF672F;
}
.BgClassName
{
background-color: #AF672F;
}
</style>
border-color css
<style>
span { border-color: #AF672F; }
span { border-color: rgb(175,103,47); }
td.TdClassName
{
border-color: #AF672F;
}
.TagClassName
{
border-color: #AF672F;
}
</style>