Shades of Golden Brown #AF620E
Tints of Golden Brown #AF620E
RGB
CMYK
RGB Variations
Color information
#AF620E (or 0xAF620E) is known color: Golden Brown. HEX triplet: AF, 62 and 0E. RGB value is (175,98,14). Sum of RGB (Red+Green+Blue) = 175+98+14=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF620E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF620E is #509DF1. Grayscale: #6F6F6F. Windows color (decimal): -5283314 or 942767. OLE color: 942767.
HSL color Cylindrical-coordinate representation of color #AF620E: hue angle of 31.3º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF620E is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 14 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.31 |
| HSL | 31.3º | 0.85% | 0.37% | - |
| HSV(B) | 31.3º | 0.92% | 0.69% | - |
| XYZ | 22.13 | 17.88 | 2.7 | - |
| YUV | 111.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 14 | 0 | 0.44 | 0.92 | 0.31 | 31.3 | 0.85 | 0.37 |
| Hex | AF | 62 | E | 0 | 2C | 5C | 1F | 1F | 55 | 25 |
| Octal | 257 | 142 | 16 | 0 | 54 | 134 | 37 | 37 | 125 | 45 |
| Binary | 10101111 | 1100010 | 1110 | 0 | 101100 | 1011100 | 11111 | 11111 | 1010101 | 100101 |
Color Harmonies of #AF620E
Complementary color
Monochromatic Colors of #AF620E
Black with #AF620E
Text Example
Text Example
White with #AF620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF620E; }
p { color: rgb(175,98,14); }
H1.HeaderClassName
{
color: #AF620E;
}
.AnyTagClassName
{
color: #AF620E;
}
</style>
background-color css
<style>
a { background-color: #AF620E; }
a { background-color: rgb(175,98,14); }
div.DivClassName
{
background-color: #AF620E;
}
.BgClassName
{
background-color: #AF620E;
}
</style>
border-color css
<style>
span { border-color: #AF620E; }
span { border-color: rgb(175,98,14); }
td.TdClassName
{
border-color: #AF620E;
}
.TagClassName
{
border-color: #AF620E;
}
</style>