Shades of Golden Brown #AF6F0D
Tints of Golden Brown #AF6F0D
RGB
CMYK
RGB Variations
Color information
#AF6F0D (or 0xAF6F0D) is known color: Golden Brown. HEX triplet: AF, 6F and 0D. RGB value is (175,111,13). Sum of RGB (Red+Green+Blue) = 175+111+13=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6F0D is #5090F2. Grayscale: #777777. Windows color (decimal): -5279987 or 880559. OLE color: 880559.
HSL color Cylindrical-coordinate representation of color #AF6F0D: hue angle of 36.3º degrees, saturation: 0.86, 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 #AF6F0D is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 13 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.31 |
| HSL | 36.3º | 0.86% | 0.37% | - |
| HSV(B) | 36.3º | 0.93% | 0.69% | - |
| XYZ | 23.44 | 20.51 | 3.1 | - |
| YUV | 118.96 | 68.2 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 13 | 0 | 0.37 | 0.93 | 0.31 | 36.3 | 0.86 | 0.37 |
| Hex | AF | 6F | D | 0 | 25 | 5D | 1F | 24 | 56 | 25 |
| Octal | 257 | 157 | 15 | 0 | 45 | 135 | 37 | 44 | 126 | 45 |
| Binary | 10101111 | 1101111 | 1101 | 0 | 100101 | 1011101 | 11111 | 100100 | 1010110 | 100101 |
Color Harmonies of #AF6F0D
Complementary color
Monochromatic Colors of #AF6F0D
Black with #AF6F0D
Text Example
Text Example
White with #AF6F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F0D; }
p { color: rgb(175,111,13); }
H1.HeaderClassName
{
color: #AF6F0D;
}
.AnyTagClassName
{
color: #AF6F0D;
}
</style>
background-color css
<style>
a { background-color: #AF6F0D; }
a { background-color: rgb(175,111,13); }
div.DivClassName
{
background-color: #AF6F0D;
}
.BgClassName
{
background-color: #AF6F0D;
}
</style>
border-color css
<style>
span { border-color: #AF6F0D; }
span { border-color: rgb(175,111,13); }
td.TdClassName
{
border-color: #AF6F0D;
}
.TagClassName
{
border-color: #AF6F0D;
}
</style>