Shades of Golden Brown #AF6203
Tints of Golden Brown #AF6203
RGB
CMYK
RGB Variations
Color information
#AF6203 (or 0xAF6203) is known color: Golden Brown. HEX triplet: AF, 62 and 03. RGB value is (175,98,3). Sum of RGB (Red+Green+Blue) = 175+98+3=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6203 is #509DFC. Grayscale: #6E6E6E. Windows color (decimal): -5283325 or 221871. OLE color: 221871.
HSL color Cylindrical-coordinate representation of color #AF6203: hue angle of 33.14º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF6203 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 3 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.31 |
| HSL | 33.14º | 0.97% | 0.35% | - |
| HSV(B) | 33.14º | 0.98% | 0.69% | - |
| XYZ | 22.06 | 17.86 | 2.37 | - |
| YUV | 110.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 3 | 0 | 0.44 | 0.98 | 0.31 | 33.14 | 0.97 | 0.35 |
| Hex | AF | 62 | 3 | 0 | 2C | 62 | 1F | 21 | 61 | 23 |
| Octal | 257 | 142 | 3 | 0 | 54 | 142 | 37 | 41 | 141 | 43 |
| Binary | 10101111 | 1100010 | 11 | 0 | 101100 | 1100010 | 11111 | 100001 | 1100001 | 100011 |
Color Harmonies of #AF6203
Complementary color
Monochromatic Colors of #AF6203
Black with #AF6203
Text Example
Text Example
White with #AF6203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6203; }
p { color: rgb(175,98,3); }
H1.HeaderClassName
{
color: #AF6203;
}
.AnyTagClassName
{
color: #AF6203;
}
</style>
background-color css
<style>
a { background-color: #AF6203; }
a { background-color: rgb(175,98,3); }
div.DivClassName
{
background-color: #AF6203;
}
.BgClassName
{
background-color: #AF6203;
}
</style>
border-color css
<style>
span { border-color: #AF6203; }
span { border-color: rgb(175,98,3); }
td.TdClassName
{
border-color: #AF6203;
}
.TagClassName
{
border-color: #AF6203;
}
</style>