Shades of Golden Brown #AF6206
Tints of Golden Brown #AF6206
RGB
CMYK
RGB Variations
Color information
#AF6206 (or 0xAF6206) is known color: Golden Brown. HEX triplet: AF, 62 and 06. RGB value is (175,98,6). Sum of RGB (Red+Green+Blue) = 175+98+6=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6206 is #509DF9. Grayscale: #6E6E6E. Windows color (decimal): -5283322 or 418479. OLE color: 418479.
HSL color Cylindrical-coordinate representation of color #AF6206: hue angle of 32.66º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF6206 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 6 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.31 |
| HSL | 32.66º | 0.93% | 0.35% | - |
| HSV(B) | 32.66º | 0.97% | 0.69% | - |
| XYZ | 22.08 | 17.86 | 2.46 | - |
| YUV | 110.54 | 69.01 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 6 | 0 | 0.44 | 0.97 | 0.31 | 32.66 | 0.93 | 0.35 |
| Hex | AF | 62 | 6 | 0 | 2C | 61 | 1F | 21 | 5D | 23 |
| Octal | 257 | 142 | 6 | 0 | 54 | 141 | 37 | 41 | 135 | 43 |
| Binary | 10101111 | 1100010 | 110 | 0 | 101100 | 1100001 | 11111 | 100001 | 1011101 | 100011 |
Color Harmonies of #AF6206
Complementary color
Monochromatic Colors of #AF6206
Black with #AF6206
Text Example
Text Example
White with #AF6206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6206; }
p { color: rgb(175,98,6); }
H1.HeaderClassName
{
color: #AF6206;
}
.AnyTagClassName
{
color: #AF6206;
}
</style>
background-color css
<style>
a { background-color: #AF6206; }
a { background-color: rgb(175,98,6); }
div.DivClassName
{
background-color: #AF6206;
}
.BgClassName
{
background-color: #AF6206;
}
</style>
border-color css
<style>
span { border-color: #AF6206; }
span { border-color: rgb(175,98,6); }
td.TdClassName
{
border-color: #AF6206;
}
.TagClassName
{
border-color: #AF6206;
}
</style>