Shades of Golden Brown #AF620B
Tints of Golden Brown #AF620B
RGB
CMYK
RGB Variations
Color information
#AF620B (or 0xAF620B) is known color: Golden Brown. HEX triplet: AF, 62 and 0B. RGB value is (175,98,11). Sum of RGB (Red+Green+Blue) = 175+98+11=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF620B is #509DF4. Grayscale: #6F6F6F. Windows color (decimal): -5283317 or 746159. OLE color: 746159.
HSL color Cylindrical-coordinate representation of color #AF620B: hue angle of 31.83º 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 #AF620B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 11 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.31 |
| HSL | 31.83º | 0.88% | 0.36% | - |
| HSV(B) | 31.83º | 0.94% | 0.69% | - |
| XYZ | 22.11 | 17.87 | 2.6 | - |
| YUV | 111.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 11 | 0 | 0.44 | 0.94 | 0.31 | 31.83 | 0.88 | 0.36 |
| Hex | AF | 62 | B | 0 | 2C | 5E | 1F | 20 | 58 | 24 |
| Octal | 257 | 142 | 13 | 0 | 54 | 136 | 37 | 40 | 130 | 44 |
| Binary | 10101111 | 1100010 | 1011 | 0 | 101100 | 1011110 | 11111 | 100000 | 1011000 | 100100 |
Color Harmonies of #AF620B
Complementary color
Monochromatic Colors of #AF620B
Black with #AF620B
Text Example
Text Example
White with #AF620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF620B; }
p { color: rgb(175,98,11); }
H1.HeaderClassName
{
color: #AF620B;
}
.AnyTagClassName
{
color: #AF620B;
}
</style>
background-color css
<style>
a { background-color: #AF620B; }
a { background-color: rgb(175,98,11); }
div.DivClassName
{
background-color: #AF620B;
}
.BgClassName
{
background-color: #AF620B;
}
</style>
border-color css
<style>
span { border-color: #AF620B; }
span { border-color: rgb(175,98,11); }
td.TdClassName
{
border-color: #AF620B;
}
.TagClassName
{
border-color: #AF620B;
}
</style>