Shades of Golden Brown #AF6103
Tints of Golden Brown #AF6103
RGB
CMYK
RGB Variations
Color information
#AF6103 (or 0xAF6103) is known color: Golden Brown. HEX triplet: AF, 61 and 03. RGB value is (175,97,3). Sum of RGB (Red+Green+Blue) = 175+97+3=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6103 is #509EFC. Grayscale: #6E6E6E. Windows color (decimal): -5283581 or 221615. OLE color: 221615.
HSL color Cylindrical-coordinate representation of color #AF6103: hue angle of 32.79º 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 #AF6103 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.31 |
| HSL | 32.79º | 0.97% | 0.35% | - |
| HSV(B) | 32.79º | 0.98% | 0.69% | - |
| XYZ | 21.97 | 17.67 | 2.34 | - |
| YUV | 109.61 | 67.84 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 3 | 0 | 0.45 | 0.98 | 0.31 | 32.79 | 0.97 | 0.35 |
| Hex | AF | 61 | 3 | 0 | 2D | 62 | 1F | 21 | 61 | 23 |
| Octal | 257 | 141 | 3 | 0 | 55 | 142 | 37 | 41 | 141 | 43 |
| Binary | 10101111 | 1100001 | 11 | 0 | 101101 | 1100010 | 11111 | 100001 | 1100001 | 100011 |
Color Harmonies of #AF6103
Complementary color
Monochromatic Colors of #AF6103
Black with #AF6103
Text Example
Text Example
White with #AF6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6103; }
p { color: rgb(175,97,3); }
H1.HeaderClassName
{
color: #AF6103;
}
.AnyTagClassName
{
color: #AF6103;
}
</style>
background-color css
<style>
a { background-color: #AF6103; }
a { background-color: rgb(175,97,3); }
div.DivClassName
{
background-color: #AF6103;
}
.BgClassName
{
background-color: #AF6103;
}
</style>
border-color css
<style>
span { border-color: #AF6103; }
span { border-color: rgb(175,97,3); }
td.TdClassName
{
border-color: #AF6103;
}
.TagClassName
{
border-color: #AF6103;
}
</style>