Shades of Reno Sand #AF672E
Tints of Reno Sand #AF672E
RGB
CMYK
RGB Variations
Color information
#AF672E (or 0xAF672E) is known color: Reno Sand. HEX triplet: AF, 67 and 2E. RGB value is (175,103,46). Sum of RGB (Red+Green+Blue) = 175+103+46=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF672E is #5098D1. Grayscale: #767676. Windows color (decimal): -5282002 or 3041199. OLE color: 3041199.
HSL color Cylindrical-coordinate representation of color #AF672E: hue angle of 26.51º degrees, saturation: 0.58, 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 #AF672E is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 46 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.31 |
| HSL | 26.51º | 0.58% | 0.43% | - |
| HSV(B) | 26.51º | 0.74% | 0.69% | - |
| XYZ | 23.02 | 19.01 | 5.04 | - |
| YUV | 118.03 | 87.35 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 46 | 0 | 0.41 | 0.74 | 0.31 | 26.51 | 0.58 | 0.43 |
| Hex | AF | 67 | 2E | 0 | 29 | 4A | 1F | 1B | 3A | 2B |
| Octal | 257 | 147 | 56 | 0 | 51 | 112 | 37 | 33 | 72 | 53 |
| Binary | 10101111 | 1100111 | 101110 | 0 | 101001 | 1001010 | 11111 | 11011 | 111010 | 101011 |
Color Harmonies of #AF672E
Complementary color
Monochromatic Colors of #AF672E
Black with #AF672E
Text Example
Text Example
White with #AF672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF672E; }
p { color: rgb(175,103,46); }
H1.HeaderClassName
{
color: #AF672E;
}
.AnyTagClassName
{
color: #AF672E;
}
</style>
background-color css
<style>
a { background-color: #AF672E; }
a { background-color: rgb(175,103,46); }
div.DivClassName
{
background-color: #AF672E;
}
.BgClassName
{
background-color: #AF672E;
}
</style>
border-color css
<style>
span { border-color: #AF672E; }
span { border-color: rgb(175,103,46); }
td.TdClassName
{
border-color: #AF672E;
}
.TagClassName
{
border-color: #AF672E;
}
</style>