Shades of Reno Sand #AF6727
Tints of Reno Sand #AF6727
RGB
CMYK
RGB Variations
Color information
#AF6727 (or 0xAF6727) is known color: Reno Sand. HEX triplet: AF, 67 and 27. RGB value is (175,103,39). Sum of RGB (Red+Green+Blue) = 175+103+39=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6727 is #5098D8. Grayscale: #757575. Windows color (decimal): -5282009 or 2582447. OLE color: 2582447.
HSL color Cylindrical-coordinate representation of color #AF6727: hue angle of 28.24º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF6727 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 39 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.31 |
| HSL | 28.24º | 0.64% | 0.42% | - |
| HSV(B) | 28.24º | 0.78% | 0.69% | - |
| XYZ | 22.9 | 18.96 | 4.37 | - |
| YUV | 117.23 | 83.85 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 39 | 0 | 0.41 | 0.78 | 0.31 | 28.24 | 0.64 | 0.42 |
| Hex | AF | 67 | 27 | 0 | 29 | 4E | 1F | 1C | 40 | 2A |
| Octal | 257 | 147 | 47 | 0 | 51 | 116 | 37 | 34 | 100 | 52 |
| Binary | 10101111 | 1100111 | 100111 | 0 | 101001 | 1001110 | 11111 | 11100 | 1000000 | 101010 |
Color Harmonies of #AF6727
Complementary color
Monochromatic Colors of #AF6727
Black with #AF6727
Text Example
Text Example
White with #AF6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6727; }
p { color: rgb(175,103,39); }
H1.HeaderClassName
{
color: #AF6727;
}
.AnyTagClassName
{
color: #AF6727;
}
</style>
background-color css
<style>
a { background-color: #AF6727; }
a { background-color: rgb(175,103,39); }
div.DivClassName
{
background-color: #AF6727;
}
.BgClassName
{
background-color: #AF6727;
}
</style>
border-color css
<style>
span { border-color: #AF6727; }
span { border-color: rgb(175,103,39); }
td.TdClassName
{
border-color: #AF6727;
}
.TagClassName
{
border-color: #AF6727;
}
</style>