Shades of Reno Sand #AF672B
Tints of Reno Sand #AF672B
RGB
CMYK
RGB Variations
Color information
#AF672B (or 0xAF672B) is known color: Reno Sand. HEX triplet: AF, 67 and 2B. RGB value is (175,103,43). Sum of RGB (Red+Green+Blue) = 175+103+43=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF672B is #5098D4. Grayscale: #767676. Windows color (decimal): -5282005 or 2844591. OLE color: 2844591.
HSL color Cylindrical-coordinate representation of color #AF672B: hue angle of 27.27º degrees, saturation: 0.61, 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 #AF672B is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 43 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.31 |
| HSL | 27.27º | 0.61% | 0.43% | - |
| HSV(B) | 27.27º | 0.75% | 0.69% | - |
| XYZ | 22.97 | 18.99 | 4.74 | - |
| YUV | 117.69 | 85.85 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 43 | 0 | 0.41 | 0.75 | 0.31 | 27.27 | 0.61 | 0.43 |
| Hex | AF | 67 | 2B | 0 | 29 | 4B | 1F | 1B | 3D | 2B |
| Octal | 257 | 147 | 53 | 0 | 51 | 113 | 37 | 33 | 75 | 53 |
| Binary | 10101111 | 1100111 | 101011 | 0 | 101001 | 1001011 | 11111 | 11011 | 111101 | 101011 |
Color Harmonies of #AF672B
Complementary color
Monochromatic Colors of #AF672B
Black with #AF672B
Text Example
Text Example
White with #AF672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF672B; }
p { color: rgb(175,103,43); }
H1.HeaderClassName
{
color: #AF672B;
}
.AnyTagClassName
{
color: #AF672B;
}
</style>
background-color css
<style>
a { background-color: #AF672B; }
a { background-color: rgb(175,103,43); }
div.DivClassName
{
background-color: #AF672B;
}
.BgClassName
{
background-color: #AF672B;
}
</style>
border-color css
<style>
span { border-color: #AF672B; }
span { border-color: rgb(175,103,43); }
td.TdClassName
{
border-color: #AF672B;
}
.TagClassName
{
border-color: #AF672B;
}
</style>