Shades of Reno Sand #AF6A25
Tints of Reno Sand #AF6A25
RGB
CMYK
RGB Variations
Color information
#AF6A25 (or 0xAF6A25) is known color: Reno Sand. HEX triplet: AF, 6A and 25. RGB value is (175,106,37). Sum of RGB (Red+Green+Blue) = 175+106+37=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A25 is #5095DA. Grayscale: #777777. Windows color (decimal): -5281243 or 2452143. OLE color: 2452143.
HSL color Cylindrical-coordinate representation of color #AF6A25: hue angle of 30º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF6A25 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 37 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.31 |
| HSL | 30º | 0.65% | 0.42% | - |
| HSV(B) | 30º | 0.79% | 0.69% | - |
| XYZ | 23.17 | 19.56 | 4.3 | - |
| YUV | 118.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 37 | 0 | 0.39 | 0.79 | 0.31 | 30 | 0.65 | 0.42 |
| Hex | AF | 6A | 25 | 0 | 27 | 4F | 1F | 1E | 41 | 2A |
| Octal | 257 | 152 | 45 | 0 | 47 | 117 | 37 | 36 | 101 | 52 |
| Binary | 10101111 | 1101010 | 100101 | 0 | 100111 | 1001111 | 11111 | 11110 | 1000001 | 101010 |
Color Harmonies of #AF6A25
Complementary color
Monochromatic Colors of #AF6A25
Black with #AF6A25
Text Example
Text Example
White with #AF6A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A25; }
p { color: rgb(175,106,37); }
H1.HeaderClassName
{
color: #AF6A25;
}
.AnyTagClassName
{
color: #AF6A25;
}
</style>
background-color css
<style>
a { background-color: #AF6A25; }
a { background-color: rgb(175,106,37); }
div.DivClassName
{
background-color: #AF6A25;
}
.BgClassName
{
background-color: #AF6A25;
}
</style>
border-color css
<style>
span { border-color: #AF6A25; }
span { border-color: rgb(175,106,37); }
td.TdClassName
{
border-color: #AF6A25;
}
.TagClassName
{
border-color: #AF6A25;
}
</style>