Shades of Reno Sand #AF7438
Tints of Reno Sand #AF7438
RGB
CMYK
RGB Variations
Color information
#AF7438 (or 0xAF7438) is known color: Reno Sand. HEX triplet: AF, 74 and 38. RGB value is (175,116,56). Sum of RGB (Red+Green+Blue) = 175+116+56=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7438 is #508BC7. Grayscale: #7F7F7F. Windows color (decimal): -5278664 or 3699887. OLE color: 3699887.
HSL color Cylindrical-coordinate representation of color #AF7438: hue angle of 30.25º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF7438 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 56 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.31 |
| HSL | 30.25º | 0.52% | 0.45% | - |
| HSV(B) | 30.25º | 0.68% | 0.69% | - |
| XYZ | 24.64 | 21.89 | 6.67 | - |
| YUV | 126.8 | 88.05 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 56 | 0 | 0.34 | 0.68 | 0.31 | 30.25 | 0.52 | 0.45 |
| Hex | AF | 74 | 38 | 0 | 22 | 44 | 1F | 1E | 34 | 2D |
| Octal | 257 | 164 | 70 | 0 | 42 | 104 | 37 | 36 | 64 | 55 |
| Binary | 10101111 | 1110100 | 111000 | 0 | 100010 | 1000100 | 11111 | 11110 | 110100 | 101101 |
Color Harmonies of #AF7438
Complementary color
Monochromatic Colors of #AF7438
Black with #AF7438
Text Example
Text Example
White with #AF7438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7438; }
p { color: rgb(175,116,56); }
H1.HeaderClassName
{
color: #AF7438;
}
.AnyTagClassName
{
color: #AF7438;
}
</style>
background-color css
<style>
a { background-color: #AF7438; }
a { background-color: rgb(175,116,56); }
div.DivClassName
{
background-color: #AF7438;
}
.BgClassName
{
background-color: #AF7438;
}
</style>
border-color css
<style>
span { border-color: #AF7438; }
span { border-color: rgb(175,116,56); }
td.TdClassName
{
border-color: #AF7438;
}
.TagClassName
{
border-color: #AF7438;
}
</style>