Shades of Golden Brown #AF590F
Tints of Golden Brown #AF590F
RGB
CMYK
RGB Variations
Color information
#AF590F (or 0xAF590F) is known color: Golden Brown. HEX triplet: AF, 59 and 0F. RGB value is (175,89,15). Sum of RGB (Red+Green+Blue) = 175+89+15=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF590F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF590F is #50A6F0. Grayscale: #6A6A6A. Windows color (decimal): -5285617 or 1005999. OLE color: 1005999.
HSL color Cylindrical-coordinate representation of color #AF590F: hue angle of 27.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF590F is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 15 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.31 |
| HSL | 27.75º | 0.84% | 0.37% | - |
| HSV(B) | 27.75º | 0.91% | 0.69% | - |
| XYZ | 21.34 | 16.29 | 2.47 | - |
| YUV | 106.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 15 | 0 | 0.49 | 0.91 | 0.31 | 27.75 | 0.84 | 0.37 |
| Hex | AF | 59 | F | 0 | 31 | 5B | 1F | 1C | 54 | 25 |
| Octal | 257 | 131 | 17 | 0 | 61 | 133 | 37 | 34 | 124 | 45 |
| Binary | 10101111 | 1011001 | 1111 | 0 | 110001 | 1011011 | 11111 | 11100 | 1010100 | 100101 |
Color Harmonies of #AF590F
Complementary color
Monochromatic Colors of #AF590F
Black with #AF590F
Text Example
Text Example
White with #AF590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF590F; }
p { color: rgb(175,89,15); }
H1.HeaderClassName
{
color: #AF590F;
}
.AnyTagClassName
{
color: #AF590F;
}
</style>
background-color css
<style>
a { background-color: #AF590F; }
a { background-color: rgb(175,89,15); }
div.DivClassName
{
background-color: #AF590F;
}
.BgClassName
{
background-color: #AF590F;
}
</style>
border-color css
<style>
span { border-color: #AF590F; }
span { border-color: rgb(175,89,15); }
td.TdClassName
{
border-color: #AF590F;
}
.TagClassName
{
border-color: #AF590F;
}
</style>