Shades of Golden Brown #AF6612
Tints of Golden Brown #AF6612
RGB
CMYK
RGB Variations
Color information
#AF6612 (or 0xAF6612) is known color: Golden Brown. HEX triplet: AF, 66 and 12. RGB value is (175,102,18). Sum of RGB (Red+Green+Blue) = 175+102+18=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6612 is #5099ED. Grayscale: #727272. Windows color (decimal): -5282286 or 1205935. OLE color: 1205935.
HSL color Cylindrical-coordinate representation of color #AF6612: hue angle of 32.1º 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 #AF6612 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 18 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.31 |
| HSL | 32.1º | 0.81% | 0.38% | - |
| HSV(B) | 32.1º | 0.9% | 0.69% | - |
| XYZ | 22.54 | 18.66 | 2.99 | - |
| YUV | 114.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 18 | 0 | 0.42 | 0.90 | 0.31 | 32.1 | 0.81 | 0.38 |
| Hex | AF | 66 | 12 | 0 | 2A | 5A | 1F | 20 | 51 | 26 |
| Octal | 257 | 146 | 22 | 0 | 52 | 132 | 37 | 40 | 121 | 46 |
| Binary | 10101111 | 1100110 | 10010 | 0 | 101010 | 1011010 | 11111 | 100000 | 1010001 | 100110 |
Color Harmonies of #AF6612
Complementary color
Monochromatic Colors of #AF6612
Black with #AF6612
Text Example
Text Example
White with #AF6612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6612; }
p { color: rgb(175,102,18); }
H1.HeaderClassName
{
color: #AF6612;
}
.AnyTagClassName
{
color: #AF6612;
}
</style>
background-color css
<style>
a { background-color: #AF6612; }
a { background-color: rgb(175,102,18); }
div.DivClassName
{
background-color: #AF6612;
}
.BgClassName
{
background-color: #AF6612;
}
</style>
border-color css
<style>
span { border-color: #AF6612; }
span { border-color: rgb(175,102,18); }
td.TdClassName
{
border-color: #AF6612;
}
.TagClassName
{
border-color: #AF6612;
}
</style>