Shades of Golden Brown #AF640D
Tints of Golden Brown #AF640D
RGB
CMYK
RGB Variations
Color information
#AF640D (or 0xAF640D) is known color: Golden Brown. HEX triplet: AF, 64 and 0D. RGB value is (175,100,13). Sum of RGB (Red+Green+Blue) = 175+100+13=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF640D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF640D is #509BF2. Grayscale: #707070. Windows color (decimal): -5282803 or 877743. OLE color: 877743.
HSL color Cylindrical-coordinate representation of color #AF640D: hue angle of 32.22º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF640D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 13 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.31 |
| HSL | 32.22º | 0.86% | 0.37% | - |
| HSV(B) | 32.22º | 0.93% | 0.69% | - |
| XYZ | 22.31 | 18.26 | 2.73 | - |
| YUV | 112.51 | 71.85 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 13 | 0 | 0.43 | 0.93 | 0.31 | 32.22 | 0.86 | 0.37 |
| Hex | AF | 64 | D | 0 | 2B | 5D | 1F | 20 | 56 | 25 |
| Octal | 257 | 144 | 15 | 0 | 53 | 135 | 37 | 40 | 126 | 45 |
| Binary | 10101111 | 1100100 | 1101 | 0 | 101011 | 1011101 | 11111 | 100000 | 1010110 | 100101 |
Color Harmonies of #AF640D
Complementary color
Monochromatic Colors of #AF640D
Black with #AF640D
Text Example
Text Example
White with #AF640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF640D; }
p { color: rgb(175,100,13); }
H1.HeaderClassName
{
color: #AF640D;
}
.AnyTagClassName
{
color: #AF640D;
}
</style>
background-color css
<style>
a { background-color: #AF640D; }
a { background-color: rgb(175,100,13); }
div.DivClassName
{
background-color: #AF640D;
}
.BgClassName
{
background-color: #AF640D;
}
</style>
border-color css
<style>
span { border-color: #AF640D; }
span { border-color: rgb(175,100,13); }
td.TdClassName
{
border-color: #AF640D;
}
.TagClassName
{
border-color: #AF640D;
}
</style>