Shades of Golden Brown #AF6D09
Tints of Golden Brown #AF6D09
RGB
CMYK
RGB Variations
Color information
#AF6D09 (or 0xAF6D09) is known color: Golden Brown. HEX triplet: AF, 6D and 09. RGB value is (175,109,9). Sum of RGB (Red+Green+Blue) = 175+109+9=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6D09 is #5092F6. Grayscale: #757575. Windows color (decimal): -5280503 or 617903. OLE color: 617903.
HSL color Cylindrical-coordinate representation of color #AF6D09: hue angle of 36.14º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF6D09 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 9 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.31 |
| HSL | 36.14º | 0.9% | 0.36% | - |
| HSV(B) | 36.14º | 0.95% | 0.69% | - |
| XYZ | 23.2 | 20.07 | 2.91 | - |
| YUV | 117.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 9 | 0 | 0.38 | 0.95 | 0.31 | 36.14 | 0.9 | 0.36 |
| Hex | AF | 6D | 9 | 0 | 26 | 5F | 1F | 24 | 5A | 24 |
| Octal | 257 | 155 | 11 | 0 | 46 | 137 | 37 | 44 | 132 | 44 |
| Binary | 10101111 | 1101101 | 1001 | 0 | 100110 | 1011111 | 11111 | 100100 | 1011010 | 100100 |
Color Harmonies of #AF6D09
Complementary color
Monochromatic Colors of #AF6D09
Black with #AF6D09
Text Example
Text Example
White with #AF6D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D09; }
p { color: rgb(175,109,9); }
H1.HeaderClassName
{
color: #AF6D09;
}
.AnyTagClassName
{
color: #AF6D09;
}
</style>
background-color css
<style>
a { background-color: #AF6D09; }
a { background-color: rgb(175,109,9); }
div.DivClassName
{
background-color: #AF6D09;
}
.BgClassName
{
background-color: #AF6D09;
}
</style>
border-color css
<style>
span { border-color: #AF6D09; }
span { border-color: rgb(175,109,9); }
td.TdClassName
{
border-color: #AF6D09;
}
.TagClassName
{
border-color: #AF6D09;
}
</style>