Shades of Golden Brown #AF680B
Tints of Golden Brown #AF680B
RGB
CMYK
RGB Variations
Color information
#AF680B (or 0xAF680B) is known color: Golden Brown. HEX triplet: AF, 68 and 0B. RGB value is (175,104,11). Sum of RGB (Red+Green+Blue) = 175+104+11=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF680B is #5097F4. Grayscale: #737373. Windows color (decimal): -5281781 or 747695. OLE color: 747695.
HSL color Cylindrical-coordinate representation of color #AF680B: hue angle of 34.02º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF680B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.31 |
| HSL | 34.02º | 0.88% | 0.36% | - |
| HSV(B) | 34.02º | 0.94% | 0.69% | - |
| XYZ | 22.69 | 19.04 | 2.8 | - |
| YUV | 114.63 | 69.52 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 11 | 0 | 0.41 | 0.94 | 0.31 | 34.02 | 0.88 | 0.36 |
| Hex | AF | 68 | B | 0 | 29 | 5E | 1F | 22 | 58 | 24 |
| Octal | 257 | 150 | 13 | 0 | 51 | 136 | 37 | 42 | 130 | 44 |
| Binary | 10101111 | 1101000 | 1011 | 0 | 101001 | 1011110 | 11111 | 100010 | 1011000 | 100100 |
Color Harmonies of #AF680B
Complementary color
Monochromatic Colors of #AF680B
Black with #AF680B
Text Example
Text Example
White with #AF680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF680B; }
p { color: rgb(175,104,11); }
H1.HeaderClassName
{
color: #AF680B;
}
.AnyTagClassName
{
color: #AF680B;
}
</style>
background-color css
<style>
a { background-color: #AF680B; }
a { background-color: rgb(175,104,11); }
div.DivClassName
{
background-color: #AF680B;
}
.BgClassName
{
background-color: #AF680B;
}
</style>
border-color css
<style>
span { border-color: #AF680B; }
span { border-color: rgb(175,104,11); }
td.TdClassName
{
border-color: #AF680B;
}
.TagClassName
{
border-color: #AF680B;
}
</style>