Shades of Golden Brown #AF600B
Tints of Golden Brown #AF600B
RGB
CMYK
RGB Variations
Color information
#AF600B (or 0xAF600B) is known color: Golden Brown. HEX triplet: AF, 60 and 0B. RGB value is (175,96,11). Sum of RGB (Red+Green+Blue) = 175+96+11=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF600B is #509FF4. Grayscale: #6E6E6E. Windows color (decimal): -5283829 or 745647. OLE color: 745647.
HSL color Cylindrical-coordinate representation of color #AF600B: hue angle of 31.1º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF600B is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 11 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.31 |
| HSL | 31.1º | 0.88% | 0.36% | - |
| HSV(B) | 31.1º | 0.94% | 0.69% | - |
| XYZ | 21.92 | 17.5 | 2.54 | - |
| YUV | 109.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 11 | 0 | 0.45 | 0.94 | 0.31 | 31.1 | 0.88 | 0.36 |
| Hex | AF | 60 | B | 0 | 2D | 5E | 1F | 1F | 58 | 24 |
| Octal | 257 | 140 | 13 | 0 | 55 | 136 | 37 | 37 | 130 | 44 |
| Binary | 10101111 | 1100000 | 1011 | 0 | 101101 | 1011110 | 11111 | 11111 | 1011000 | 100100 |
Color Harmonies of #AF600B
Complementary color
Monochromatic Colors of #AF600B
Black with #AF600B
Text Example
Text Example
White with #AF600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF600B; }
p { color: rgb(175,96,11); }
H1.HeaderClassName
{
color: #AF600B;
}
.AnyTagClassName
{
color: #AF600B;
}
</style>
background-color css
<style>
a { background-color: #AF600B; }
a { background-color: rgb(175,96,11); }
div.DivClassName
{
background-color: #AF600B;
}
.BgClassName
{
background-color: #AF600B;
}
</style>
border-color css
<style>
span { border-color: #AF600B; }
span { border-color: rgb(175,96,11); }
td.TdClassName
{
border-color: #AF600B;
}
.TagClassName
{
border-color: #AF600B;
}
</style>