Shades of Golden Brown #AF6510
Tints of Golden Brown #AF6510
RGB
CMYK
RGB Variations
Color information
#AF6510 (or 0xAF6510) is known color: Golden Brown. HEX triplet: AF, 65 and 10. RGB value is (175,101,16). Sum of RGB (Red+Green+Blue) = 175+101+16=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6510 is #509AEF. Grayscale: #717171. Windows color (decimal): -5282544 or 1074607. OLE color: 1074607.
HSL color Cylindrical-coordinate representation of color #AF6510: hue angle of 32.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF6510 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 16 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.31 |
| HSL | 32.08º | 0.83% | 0.37% | - |
| HSV(B) | 32.08º | 0.91% | 0.69% | - |
| XYZ | 22.43 | 18.46 | 2.87 | - |
| YUV | 113.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 16 | 0 | 0.42 | 0.91 | 0.31 | 32.08 | 0.83 | 0.37 |
| Hex | AF | 65 | 10 | 0 | 2A | 5B | 1F | 20 | 53 | 25 |
| Octal | 257 | 145 | 20 | 0 | 52 | 133 | 37 | 40 | 123 | 45 |
| Binary | 10101111 | 1100101 | 10000 | 0 | 101010 | 1011011 | 11111 | 100000 | 1010011 | 100101 |
Color Harmonies of #AF6510
Complementary color
Monochromatic Colors of #AF6510
Black with #AF6510
Text Example
Text Example
White with #AF6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6510; }
p { color: rgb(175,101,16); }
H1.HeaderClassName
{
color: #AF6510;
}
.AnyTagClassName
{
color: #AF6510;
}
</style>
background-color css
<style>
a { background-color: #AF6510; }
a { background-color: rgb(175,101,16); }
div.DivClassName
{
background-color: #AF6510;
}
.BgClassName
{
background-color: #AF6510;
}
</style>
border-color css
<style>
span { border-color: #AF6510; }
span { border-color: rgb(175,101,16); }
td.TdClassName
{
border-color: #AF6510;
}
.TagClassName
{
border-color: #AF6510;
}
</style>