Shades of Golden Brown #AF640B
Tints of Golden Brown #AF640B
RGB
CMYK
RGB Variations
Color information
#AF640B (or 0xAF640B) is known color: Golden Brown. HEX triplet: AF, 64 and 0B. RGB value is (175,100,11). Sum of RGB (Red+Green+Blue) = 175+100+11=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF640B is #509BF4. Grayscale: #707070. Windows color (decimal): -5282805 or 746671. OLE color: 746671.
HSL color Cylindrical-coordinate representation of color #AF640B: hue angle of 32.56º 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 #AF640B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 11 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.31 |
| HSL | 32.56º | 0.88% | 0.36% | - |
| HSV(B) | 32.56º | 0.94% | 0.69% | - |
| XYZ | 22.3 | 18.25 | 2.66 | - |
| YUV | 112.28 | 70.85 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 11 | 0 | 0.43 | 0.94 | 0.31 | 32.56 | 0.88 | 0.36 |
| Hex | AF | 64 | B | 0 | 2B | 5E | 1F | 21 | 58 | 24 |
| Octal | 257 | 144 | 13 | 0 | 53 | 136 | 37 | 41 | 130 | 44 |
| Binary | 10101111 | 1100100 | 1011 | 0 | 101011 | 1011110 | 11111 | 100001 | 1011000 | 100100 |
Color Harmonies of #AF640B
Complementary color
Monochromatic Colors of #AF640B
Black with #AF640B
Text Example
Text Example
White with #AF640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF640B; }
p { color: rgb(175,100,11); }
H1.HeaderClassName
{
color: #AF640B;
}
.AnyTagClassName
{
color: #AF640B;
}
</style>
background-color css
<style>
a { background-color: #AF640B; }
a { background-color: rgb(175,100,11); }
div.DivClassName
{
background-color: #AF640B;
}
.BgClassName
{
background-color: #AF640B;
}
</style>
border-color css
<style>
span { border-color: #AF640B; }
span { border-color: rgb(175,100,11); }
td.TdClassName
{
border-color: #AF640B;
}
.TagClassName
{
border-color: #AF640B;
}
</style>