Shades of Golden Brown #AF620A
Tints of Golden Brown #AF620A
RGB
CMYK
RGB Variations
Color information
#AF620A (or 0xAF620A) is known color: Golden Brown. HEX triplet: AF, 62 and 0A. RGB value is (175,98,10). Sum of RGB (Red+Green+Blue) = 175+98+10=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF620A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF620A is #509DF5. Grayscale: #6F6F6F. Windows color (decimal): -5283318 or 680623. OLE color: 680623.
HSL color Cylindrical-coordinate representation of color #AF620A: hue angle of 32º degrees, saturation: 0.89, 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 #AF620A is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 98 | 10 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.31 |
| HSL | 32º | 0.89% | 0.36% | - |
| HSV(B) | 32º | 0.94% | 0.69% | - |
| XYZ | 22.1 | 17.87 | 2.57 | - |
| YUV | 110.99 | 71.01 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 10 | 0 | 0.44 | 0.94 | 0.31 | 32 | 0.89 | 0.36 |
| Hex | AF | 62 | A | 0 | 2C | 5E | 1F | 20 | 59 | 24 |
| Octal | 257 | 142 | 12 | 0 | 54 | 136 | 37 | 40 | 131 | 44 |
| Binary | 10101111 | 1100010 | 1010 | 0 | 101100 | 1011110 | 11111 | 100000 | 1011001 | 100100 |
Color Harmonies of #AF620A
Complementary color
Monochromatic Colors of #AF620A
Black with #AF620A
Text Example
Text Example
White with #AF620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF620A; }
p { color: rgb(175,98,10); }
H1.HeaderClassName
{
color: #AF620A;
}
.AnyTagClassName
{
color: #AF620A;
}
</style>
background-color css
<style>
a { background-color: #AF620A; }
a { background-color: rgb(175,98,10); }
div.DivClassName
{
background-color: #AF620A;
}
.BgClassName
{
background-color: #AF620A;
}
</style>
border-color css
<style>
span { border-color: #AF620A; }
span { border-color: rgb(175,98,10); }
td.TdClassName
{
border-color: #AF620A;
}
.TagClassName
{
border-color: #AF620A;
}
</style>