Shades of Golden Brown #AF6605
Tints of Golden Brown #AF6605
RGB
CMYK
RGB Variations
Color information
#AF6605 (or 0xAF6605) is known color: Golden Brown. HEX triplet: AF, 66 and 05. RGB value is (175,102,5). Sum of RGB (Red+Green+Blue) = 175+102+5=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6605 is #5099FA. Grayscale: #717171. Windows color (decimal): -5282299 or 353967. OLE color: 353967.
HSL color Cylindrical-coordinate representation of color #AF6605: hue angle of 34.24º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF6605 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 5 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.31 |
| HSL | 34.24º | 0.94% | 0.35% | - |
| HSV(B) | 34.24º | 0.97% | 0.69% | - |
| XYZ | 22.46 | 18.63 | 2.56 | - |
| YUV | 112.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 5 | 0 | 0.42 | 0.97 | 0.31 | 34.24 | 0.94 | 0.35 |
| Hex | AF | 66 | 5 | 0 | 2A | 61 | 1F | 22 | 5E | 23 |
| Octal | 257 | 146 | 5 | 0 | 52 | 141 | 37 | 42 | 136 | 43 |
| Binary | 10101111 | 1100110 | 101 | 0 | 101010 | 1100001 | 11111 | 100010 | 1011110 | 100011 |
Color Harmonies of #AF6605
Complementary color
Monochromatic Colors of #AF6605
Black with #AF6605
Text Example
Text Example
White with #AF6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6605; }
p { color: rgb(175,102,5); }
H1.HeaderClassName
{
color: #AF6605;
}
.AnyTagClassName
{
color: #AF6605;
}
</style>
background-color css
<style>
a { background-color: #AF6605; }
a { background-color: rgb(175,102,5); }
div.DivClassName
{
background-color: #AF6605;
}
.BgClassName
{
background-color: #AF6605;
}
</style>
border-color css
<style>
span { border-color: #AF6605; }
span { border-color: rgb(175,102,5); }
td.TdClassName
{
border-color: #AF6605;
}
.TagClassName
{
border-color: #AF6605;
}
</style>