Shades of Golden Brown #AF6814
Tints of Golden Brown #AF6814
RGB
CMYK
RGB Variations
Color information
#AF6814 (or 0xAF6814) is known color: Golden Brown. HEX triplet: AF, 68 and 14. RGB value is (175,104,20). Sum of RGB (Red+Green+Blue) = 175+104+20=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6814 is #5097EB. Grayscale: #747474. Windows color (decimal): -5281772 or 1337519. OLE color: 1337519.
HSL color Cylindrical-coordinate representation of color #AF6814: hue angle of 32.52º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF6814 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 20 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.31 |
| HSL | 32.52º | 0.79% | 0.38% | - |
| HSV(B) | 32.52º | 0.89% | 0.69% | - |
| XYZ | 22.76 | 19.07 | 3.14 | - |
| YUV | 115.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 20 | 0 | 0.41 | 0.89 | 0.31 | 32.52 | 0.79 | 0.38 |
| Hex | AF | 68 | 14 | 0 | 29 | 59 | 1F | 21 | 4F | 26 |
| Octal | 257 | 150 | 24 | 0 | 51 | 131 | 37 | 41 | 117 | 46 |
| Binary | 10101111 | 1101000 | 10100 | 0 | 101001 | 1011001 | 11111 | 100001 | 1001111 | 100110 |
Color Harmonies of #AF6814
Complementary color
Monochromatic Colors of #AF6814
Black with #AF6814
Text Example
Text Example
White with #AF6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6814; }
p { color: rgb(175,104,20); }
H1.HeaderClassName
{
color: #AF6814;
}
.AnyTagClassName
{
color: #AF6814;
}
</style>
background-color css
<style>
a { background-color: #AF6814; }
a { background-color: rgb(175,104,20); }
div.DivClassName
{
background-color: #AF6814;
}
.BgClassName
{
background-color: #AF6814;
}
</style>
border-color css
<style>
span { border-color: #AF6814; }
span { border-color: rgb(175,104,20); }
td.TdClassName
{
border-color: #AF6814;
}
.TagClassName
{
border-color: #AF6814;
}
</style>