Shades of Reno Sand #AF672A
Tints of Reno Sand #AF672A
RGB
CMYK
RGB Variations
Color information
#AF672A (or 0xAF672A) is known color: Reno Sand. HEX triplet: AF, 67 and 2A. RGB value is (175,103,42). Sum of RGB (Red+Green+Blue) = 175+103+42=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF672A is #5098D5. Grayscale: #757575. Windows color (decimal): -5282006 or 2779055. OLE color: 2779055.
HSL color Cylindrical-coordinate representation of color #AF672A: hue angle of 27.52º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF672A is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 42 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.31 |
| HSL | 27.52º | 0.61% | 0.43% | - |
| HSV(B) | 27.52º | 0.76% | 0.69% | - |
| XYZ | 22.95 | 18.98 | 4.64 | - |
| YUV | 117.57 | 85.35 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 42 | 0 | 0.41 | 0.76 | 0.31 | 27.52 | 0.61 | 0.43 |
| Hex | AF | 67 | 2A | 0 | 29 | 4C | 1F | 1C | 3D | 2B |
| Octal | 257 | 147 | 52 | 0 | 51 | 114 | 37 | 34 | 75 | 53 |
| Binary | 10101111 | 1100111 | 101010 | 0 | 101001 | 1001100 | 11111 | 11100 | 111101 | 101011 |
Color Harmonies of #AF672A
Complementary color
Monochromatic Colors of #AF672A
Black with #AF672A
Text Example
Text Example
White with #AF672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF672A; }
p { color: rgb(175,103,42); }
H1.HeaderClassName
{
color: #AF672A;
}
.AnyTagClassName
{
color: #AF672A;
}
</style>
background-color css
<style>
a { background-color: #AF672A; }
a { background-color: rgb(175,103,42); }
div.DivClassName
{
background-color: #AF672A;
}
.BgClassName
{
background-color: #AF672A;
}
</style>
border-color css
<style>
span { border-color: #AF672A; }
span { border-color: rgb(175,103,42); }
td.TdClassName
{
border-color: #AF672A;
}
.TagClassName
{
border-color: #AF672A;
}
</style>