Shades of Golden Brown #AF650A
Tints of Golden Brown #AF650A
RGB
CMYK
RGB Variations
Color information
#AF650A (or 0xAF650A) is known color: Golden Brown. HEX triplet: AF, 65 and 0A. RGB value is (175,101,10). Sum of RGB (Red+Green+Blue) = 175+101+10=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF650A is #509AF5. Grayscale: #717171. Windows color (decimal): -5282550 or 681391. OLE color: 681391.
HSL color Cylindrical-coordinate representation of color #AF650A: hue angle of 33.09º 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 #AF650A is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 10 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.31 |
| HSL | 33.09º | 0.89% | 0.36% | - |
| HSV(B) | 33.09º | 0.94% | 0.69% | - |
| XYZ | 22.39 | 18.44 | 2.67 | - |
| YUV | 112.75 | 70.02 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 10 | 0 | 0.42 | 0.94 | 0.31 | 33.09 | 0.89 | 0.36 |
| Hex | AF | 65 | A | 0 | 2A | 5E | 1F | 21 | 59 | 24 |
| Octal | 257 | 145 | 12 | 0 | 52 | 136 | 37 | 41 | 131 | 44 |
| Binary | 10101111 | 1100101 | 1010 | 0 | 101010 | 1011110 | 11111 | 100001 | 1011001 | 100100 |
Color Harmonies of #AF650A
Complementary color
Monochromatic Colors of #AF650A
Black with #AF650A
Text Example
Text Example
White with #AF650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF650A; }
p { color: rgb(175,101,10); }
H1.HeaderClassName
{
color: #AF650A;
}
.AnyTagClassName
{
color: #AF650A;
}
</style>
background-color css
<style>
a { background-color: #AF650A; }
a { background-color: rgb(175,101,10); }
div.DivClassName
{
background-color: #AF650A;
}
.BgClassName
{
background-color: #AF650A;
}
</style>
border-color css
<style>
span { border-color: #AF650A; }
span { border-color: rgb(175,101,10); }
td.TdClassName
{
border-color: #AF650A;
}
.TagClassName
{
border-color: #AF650A;
}
</style>