Shades of Golden Brown #AF610A
Tints of Golden Brown #AF610A
RGB
CMYK
RGB Variations
Color information
#AF610A (or 0xAF610A) is known color: Golden Brown. HEX triplet: AF, 61 and 0A. RGB value is (175,97,10). Sum of RGB (Red+Green+Blue) = 175+97+10=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF610A is #509EF5. Grayscale: #6E6E6E. Windows color (decimal): -5283574 or 680367. OLE color: 680367.
HSL color Cylindrical-coordinate representation of color #AF610A: hue angle of 31.64º 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 #AF610A is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 10 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.31 |
| HSL | 31.64º | 0.89% | 0.36% | - |
| HSV(B) | 31.64º | 0.94% | 0.69% | - |
| XYZ | 22.01 | 17.69 | 2.54 | - |
| YUV | 110.4 | 71.34 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 10 | 0 | 0.45 | 0.94 | 0.31 | 31.64 | 0.89 | 0.36 |
| Hex | AF | 61 | A | 0 | 2D | 5E | 1F | 20 | 59 | 24 |
| Octal | 257 | 141 | 12 | 0 | 55 | 136 | 37 | 40 | 131 | 44 |
| Binary | 10101111 | 1100001 | 1010 | 0 | 101101 | 1011110 | 11111 | 100000 | 1011001 | 100100 |
Color Harmonies of #AF610A
Complementary color
Monochromatic Colors of #AF610A
Black with #AF610A
Text Example
Text Example
White with #AF610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF610A; }
p { color: rgb(175,97,10); }
H1.HeaderClassName
{
color: #AF610A;
}
.AnyTagClassName
{
color: #AF610A;
}
</style>
background-color css
<style>
a { background-color: #AF610A; }
a { background-color: rgb(175,97,10); }
div.DivClassName
{
background-color: #AF610A;
}
.BgClassName
{
background-color: #AF610A;
}
</style>
border-color css
<style>
span { border-color: #AF610A; }
span { border-color: rgb(175,97,10); }
td.TdClassName
{
border-color: #AF610A;
}
.TagClassName
{
border-color: #AF610A;
}
</style>