Shades of Golden Brown #AF6503
Tints of Golden Brown #AF6503
RGB
CMYK
RGB Variations
Color information
#AF6503 (or 0xAF6503) is known color: Golden Brown. HEX triplet: AF, 65 and 03. RGB value is (175,101,3). Sum of RGB (Red+Green+Blue) = 175+101+3=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6503 is #509AFC. Grayscale: #707070. Windows color (decimal): -5282557 or 222639. OLE color: 222639.
HSL color Cylindrical-coordinate representation of color #AF6503: hue angle of 34.19º 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 #AF6503 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.31 |
| HSL | 34.19º | 0.97% | 0.35% | - |
| HSV(B) | 34.19º | 0.98% | 0.69% | - |
| XYZ | 22.35 | 18.43 | 2.47 | - |
| YUV | 111.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 3 | 0 | 0.42 | 0.98 | 0.31 | 34.19 | 0.97 | 0.35 |
| Hex | AF | 65 | 3 | 0 | 2A | 62 | 1F | 22 | 61 | 23 |
| Octal | 257 | 145 | 3 | 0 | 52 | 142 | 37 | 42 | 141 | 43 |
| Binary | 10101111 | 1100101 | 11 | 0 | 101010 | 1100010 | 11111 | 100010 | 1100001 | 100011 |
Color Harmonies of #AF6503
Complementary color
Monochromatic Colors of #AF6503
Black with #AF6503
Text Example
Text Example
White with #AF6503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6503; }
p { color: rgb(175,101,3); }
H1.HeaderClassName
{
color: #AF6503;
}
.AnyTagClassName
{
color: #AF6503;
}
</style>
background-color css
<style>
a { background-color: #AF6503; }
a { background-color: rgb(175,101,3); }
div.DivClassName
{
background-color: #AF6503;
}
.BgClassName
{
background-color: #AF6503;
}
</style>
border-color css
<style>
span { border-color: #AF6503; }
span { border-color: rgb(175,101,3); }
td.TdClassName
{
border-color: #AF6503;
}
.TagClassName
{
border-color: #AF6503;
}
</style>