Shades of Golden Brown #AF650B
Tints of Golden Brown #AF650B
RGB
CMYK
RGB Variations
Color information
#AF650B (or 0xAF650B) is known color: Golden Brown. HEX triplet: AF, 65 and 0B. RGB value is (175,101,11). Sum of RGB (Red+Green+Blue) = 175+101+11=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF650B is #509AF4. Grayscale: #717171. Windows color (decimal): -5282549 or 746927. OLE color: 746927.
HSL color Cylindrical-coordinate representation of color #AF650B: hue angle of 32.93º 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 #AF650B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.31 |
| HSL | 32.93º | 0.88% | 0.36% | - |
| HSV(B) | 32.93º | 0.94% | 0.69% | - |
| XYZ | 22.39 | 18.45 | 2.7 | - |
| YUV | 112.87 | 70.52 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 11 | 0 | 0.42 | 0.94 | 0.31 | 32.93 | 0.88 | 0.36 |
| Hex | AF | 65 | B | 0 | 2A | 5E | 1F | 21 | 58 | 24 |
| Octal | 257 | 145 | 13 | 0 | 52 | 136 | 37 | 41 | 130 | 44 |
| Binary | 10101111 | 1100101 | 1011 | 0 | 101010 | 1011110 | 11111 | 100001 | 1011000 | 100100 |
Color Harmonies of #AF650B
Complementary color
Monochromatic Colors of #AF650B
Black with #AF650B
Text Example
Text Example
White with #AF650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF650B; }
p { color: rgb(175,101,11); }
H1.HeaderClassName
{
color: #AF650B;
}
.AnyTagClassName
{
color: #AF650B;
}
</style>
background-color css
<style>
a { background-color: #AF650B; }
a { background-color: rgb(175,101,11); }
div.DivClassName
{
background-color: #AF650B;
}
.BgClassName
{
background-color: #AF650B;
}
</style>
border-color css
<style>
span { border-color: #AF650B; }
span { border-color: rgb(175,101,11); }
td.TdClassName
{
border-color: #AF650B;
}
.TagClassName
{
border-color: #AF650B;
}
</style>