Shades of Golden Brown #AF6C0C
Tints of Golden Brown #AF6C0C
RGB
CMYK
RGB Variations
Color information
#AF6C0C (or 0xAF6C0C) is known color: Golden Brown. HEX triplet: AF, 6C and 0C. RGB value is (175,108,12). Sum of RGB (Red+Green+Blue) = 175+108+12=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6C0C is #5093F3. Grayscale: #757575. Windows color (decimal): -5280756 or 814255. OLE color: 814255.
HSL color Cylindrical-coordinate representation of color #AF6C0C: hue angle of 35.34º degrees, saturation: 0.87, 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 #AF6C0C is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 12 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.31 |
| HSL | 35.34º | 0.87% | 0.37% | - |
| HSV(B) | 35.34º | 0.93% | 0.69% | - |
| XYZ | 23.11 | 19.87 | 2.96 | - |
| YUV | 117.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 12 | 0 | 0.38 | 0.93 | 0.31 | 35.34 | 0.87 | 0.37 |
| Hex | AF | 6C | C | 0 | 26 | 5D | 1F | 23 | 57 | 25 |
| Octal | 257 | 154 | 14 | 0 | 46 | 135 | 37 | 43 | 127 | 45 |
| Binary | 10101111 | 1101100 | 1100 | 0 | 100110 | 1011101 | 11111 | 100011 | 1010111 | 100101 |
Color Harmonies of #AF6C0C
Complementary color
Monochromatic Colors of #AF6C0C
Black with #AF6C0C
Text Example
Text Example
White with #AF6C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C0C; }
p { color: rgb(175,108,12); }
H1.HeaderClassName
{
color: #AF6C0C;
}
.AnyTagClassName
{
color: #AF6C0C;
}
</style>
background-color css
<style>
a { background-color: #AF6C0C; }
a { background-color: rgb(175,108,12); }
div.DivClassName
{
background-color: #AF6C0C;
}
.BgClassName
{
background-color: #AF6C0C;
}
</style>
border-color css
<style>
span { border-color: #AF6C0C; }
span { border-color: rgb(175,108,12); }
td.TdClassName
{
border-color: #AF6C0C;
}
.TagClassName
{
border-color: #AF6C0C;
}
</style>