Shades of Reno Sand #AF672D
Tints of Reno Sand #AF672D
RGB
CMYK
RGB Variations
Color information
#AF672D (or 0xAF672D) is known color: Reno Sand. HEX triplet: AF, 67 and 2D. RGB value is (175,103,45). Sum of RGB (Red+Green+Blue) = 175+103+45=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF672D is #5098D2. Grayscale: #767676. Windows color (decimal): -5282003 or 2975663. OLE color: 2975663.
HSL color Cylindrical-coordinate representation of color #AF672D: hue angle of 26.77º 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 #AF672D is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 45 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.31 |
| HSL | 26.77º | 0.59% | 0.43% | - |
| HSV(B) | 26.77º | 0.74% | 0.69% | - |
| XYZ | 23 | 19 | 4.94 | - |
| YUV | 117.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 45 | 0 | 0.41 | 0.74 | 0.31 | 26.77 | 0.59 | 0.43 |
| Hex | AF | 67 | 2D | 0 | 29 | 4A | 1F | 1B | 3B | 2B |
| Octal | 257 | 147 | 55 | 0 | 51 | 112 | 37 | 33 | 73 | 53 |
| Binary | 10101111 | 1100111 | 101101 | 0 | 101001 | 1001010 | 11111 | 11011 | 111011 | 101011 |
Color Harmonies of #AF672D
Complementary color
Monochromatic Colors of #AF672D
Black with #AF672D
Text Example
Text Example
White with #AF672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF672D; }
p { color: rgb(175,103,45); }
H1.HeaderClassName
{
color: #AF672D;
}
.AnyTagClassName
{
color: #AF672D;
}
</style>
background-color css
<style>
a { background-color: #AF672D; }
a { background-color: rgb(175,103,45); }
div.DivClassName
{
background-color: #AF672D;
}
.BgClassName
{
background-color: #AF672D;
}
</style>
border-color css
<style>
span { border-color: #AF672D; }
span { border-color: rgb(175,103,45); }
td.TdClassName
{
border-color: #AF672D;
}
.TagClassName
{
border-color: #AF672D;
}
</style>