Shades of Golden Brown #AF6908
Tints of Golden Brown #AF6908
RGB
CMYK
RGB Variations
Color information
#AF6908 (or 0xAF6908) is known color: Golden Brown. HEX triplet: AF, 69 and 08. RGB value is (175,105,8). Sum of RGB (Red+Green+Blue) = 175+105+8=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6908 is #5096F7. Grayscale: #737373. Windows color (decimal): -5281528 or 551343. OLE color: 551343.
HSL color Cylindrical-coordinate representation of color #AF6908: hue angle of 34.85º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF6908 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 8 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.31 |
| HSL | 34.85º | 0.91% | 0.36% | - |
| HSV(B) | 34.85º | 0.95% | 0.69% | - |
| XYZ | 22.77 | 19.23 | 2.74 | - |
| YUV | 114.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 8 | 0 | 0.40 | 0.95 | 0.31 | 34.85 | 0.91 | 0.36 |
| Hex | AF | 69 | 8 | 0 | 28 | 5F | 1F | 23 | 5B | 24 |
| Octal | 257 | 151 | 10 | 0 | 50 | 137 | 37 | 43 | 133 | 44 |
| Binary | 10101111 | 1101001 | 1000 | 0 | 101000 | 1011111 | 11111 | 100011 | 1011011 | 100100 |
Color Harmonies of #AF6908
Complementary color
Monochromatic Colors of #AF6908
Black with #AF6908
Text Example
Text Example
White with #AF6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6908; }
p { color: rgb(175,105,8); }
H1.HeaderClassName
{
color: #AF6908;
}
.AnyTagClassName
{
color: #AF6908;
}
</style>
background-color css
<style>
a { background-color: #AF6908; }
a { background-color: rgb(175,105,8); }
div.DivClassName
{
background-color: #AF6908;
}
.BgClassName
{
background-color: #AF6908;
}
</style>
border-color css
<style>
span { border-color: #AF6908; }
span { border-color: rgb(175,105,8); }
td.TdClassName
{
border-color: #AF6908;
}
.TagClassName
{
border-color: #AF6908;
}
</style>