Shades of Golden Brown #AF680F
Tints of Golden Brown #AF680F
RGB
CMYK
RGB Variations
Color information
#AF680F (or 0xAF680F) is known color: Golden Brown. HEX triplet: AF, 68 and 0F. RGB value is (175,104,15). Sum of RGB (Red+Green+Blue) = 175+104+15=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF680F is #5097F0. Grayscale: #737373. Windows color (decimal): -5281777 or 1009839. OLE color: 1009839.
HSL color Cylindrical-coordinate representation of color #AF680F: hue angle of 33.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF680F is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 15 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.31 |
| HSL | 33.38º | 0.84% | 0.37% | - |
| HSV(B) | 33.38º | 0.91% | 0.69% | - |
| XYZ | 22.72 | 19.05 | 2.93 | - |
| YUV | 115.08 | 71.52 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 15 | 0 | 0.41 | 0.91 | 0.31 | 33.38 | 0.84 | 0.37 |
| Hex | AF | 68 | F | 0 | 29 | 5B | 1F | 21 | 54 | 25 |
| Octal | 257 | 150 | 17 | 0 | 51 | 133 | 37 | 41 | 124 | 45 |
| Binary | 10101111 | 1101000 | 1111 | 0 | 101001 | 1011011 | 11111 | 100001 | 1010100 | 100101 |
Color Harmonies of #AF680F
Complementary color
Monochromatic Colors of #AF680F
Black with #AF680F
Text Example
Text Example
White with #AF680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF680F; }
p { color: rgb(175,104,15); }
H1.HeaderClassName
{
color: #AF680F;
}
.AnyTagClassName
{
color: #AF680F;
}
</style>
background-color css
<style>
a { background-color: #AF680F; }
a { background-color: rgb(175,104,15); }
div.DivClassName
{
background-color: #AF680F;
}
.BgClassName
{
background-color: #AF680F;
}
</style>
border-color css
<style>
span { border-color: #AF680F; }
span { border-color: rgb(175,104,15); }
td.TdClassName
{
border-color: #AF680F;
}
.TagClassName
{
border-color: #AF680F;
}
</style>