Shades of Golden Brown #AF590C
Tints of Golden Brown #AF590C
RGB
CMYK
RGB Variations
Color information
#AF590C (or 0xAF590C) is known color: Golden Brown. HEX triplet: AF, 59 and 0C. RGB value is (175,89,12). Sum of RGB (Red+Green+Blue) = 175+89+12=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF590C is #50A6F3. Grayscale: #6A6A6A. Windows color (decimal): -5285620 or 809391. OLE color: 809391.
HSL color Cylindrical-coordinate representation of color #AF590C: hue angle of 28.34º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF590C is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 12 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.31 |
| HSL | 28.34º | 0.87% | 0.37% | - |
| HSV(B) | 28.34º | 0.93% | 0.69% | - |
| XYZ | 21.32 | 16.29 | 2.37 | - |
| YUV | 105.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 12 | 0 | 0.49 | 0.93 | 0.31 | 28.34 | 0.87 | 0.37 |
| Hex | AF | 59 | C | 0 | 31 | 5D | 1F | 1C | 57 | 25 |
| Octal | 257 | 131 | 14 | 0 | 61 | 135 | 37 | 34 | 127 | 45 |
| Binary | 10101111 | 1011001 | 1100 | 0 | 110001 | 1011101 | 11111 | 11100 | 1010111 | 100101 |
Color Harmonies of #AF590C
Complementary color
Monochromatic Colors of #AF590C
Black with #AF590C
Text Example
Text Example
White with #AF590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF590C; }
p { color: rgb(175,89,12); }
H1.HeaderClassName
{
color: #AF590C;
}
.AnyTagClassName
{
color: #AF590C;
}
</style>
background-color css
<style>
a { background-color: #AF590C; }
a { background-color: rgb(175,89,12); }
div.DivClassName
{
background-color: #AF590C;
}
.BgClassName
{
background-color: #AF590C;
}
</style>
border-color css
<style>
span { border-color: #AF590C; }
span { border-color: rgb(175,89,12); }
td.TdClassName
{
border-color: #AF590C;
}
.TagClassName
{
border-color: #AF590C;
}
</style>