Shades of Golden Brown #AF6912
Tints of Golden Brown #AF6912
RGB
CMYK
RGB Variations
Color information
#AF6912 (or 0xAF6912) is known color: Golden Brown. HEX triplet: AF, 69 and 12. RGB value is (175,105,18). Sum of RGB (Red+Green+Blue) = 175+105+18=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6912 is #5096ED. Grayscale: #747474. Windows color (decimal): -5281518 or 1206703. OLE color: 1206703.
HSL color Cylindrical-coordinate representation of color #AF6912: hue angle of 33.25º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF6912 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 18 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.31 |
| HSL | 33.25º | 0.81% | 0.38% | - |
| HSV(B) | 33.25º | 0.9% | 0.69% | - |
| XYZ | 22.84 | 19.26 | 3.09 | - |
| YUV | 116.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 18 | 0 | 0.40 | 0.90 | 0.31 | 33.25 | 0.81 | 0.38 |
| Hex | AF | 69 | 12 | 0 | 28 | 5A | 1F | 21 | 51 | 26 |
| Octal | 257 | 151 | 22 | 0 | 50 | 132 | 37 | 41 | 121 | 46 |
| Binary | 10101111 | 1101001 | 10010 | 0 | 101000 | 1011010 | 11111 | 100001 | 1010001 | 100110 |
Color Harmonies of #AF6912
Complementary color
Monochromatic Colors of #AF6912
Black with #AF6912
Text Example
Text Example
White with #AF6912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6912; }
p { color: rgb(175,105,18); }
H1.HeaderClassName
{
color: #AF6912;
}
.AnyTagClassName
{
color: #AF6912;
}
</style>
background-color css
<style>
a { background-color: #AF6912; }
a { background-color: rgb(175,105,18); }
div.DivClassName
{
background-color: #AF6912;
}
.BgClassName
{
background-color: #AF6912;
}
</style>
border-color css
<style>
span { border-color: #AF6912; }
span { border-color: rgb(175,105,18); }
td.TdClassName
{
border-color: #AF6912;
}
.TagClassName
{
border-color: #AF6912;
}
</style>