Shades of Golden Brown #AF6A0D
Tints of Golden Brown #AF6A0D
RGB
CMYK
RGB Variations
Color information
#AF6A0D (or 0xAF6A0D) is known color: Golden Brown. HEX triplet: AF, 6A and 0D. RGB value is (175,106,13). Sum of RGB (Red+Green+Blue) = 175+106+13=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6A0D is #5095F2. Grayscale: #747474. Windows color (decimal): -5281267 or 879279. OLE color: 879279.
HSL color Cylindrical-coordinate representation of color #AF6A0D: hue angle of 34.44º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF6A0D is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 13 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.31 |
| HSL | 34.44º | 0.86% | 0.37% | - |
| HSV(B) | 34.44º | 0.93% | 0.69% | - |
| XYZ | 22.91 | 19.45 | 2.93 | - |
| YUV | 116.03 | 69.86 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 13 | 0 | 0.39 | 0.93 | 0.31 | 34.44 | 0.86 | 0.37 |
| Hex | AF | 6A | D | 0 | 27 | 5D | 1F | 22 | 56 | 25 |
| Octal | 257 | 152 | 15 | 0 | 47 | 135 | 37 | 42 | 126 | 45 |
| Binary | 10101111 | 1101010 | 1101 | 0 | 100111 | 1011101 | 11111 | 100010 | 1010110 | 100101 |
Color Harmonies of #AF6A0D
Complementary color
Monochromatic Colors of #AF6A0D
Black with #AF6A0D
Text Example
Text Example
White with #AF6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A0D; }
p { color: rgb(175,106,13); }
H1.HeaderClassName
{
color: #AF6A0D;
}
.AnyTagClassName
{
color: #AF6A0D;
}
</style>
background-color css
<style>
a { background-color: #AF6A0D; }
a { background-color: rgb(175,106,13); }
div.DivClassName
{
background-color: #AF6A0D;
}
.BgClassName
{
background-color: #AF6A0D;
}
</style>
border-color css
<style>
span { border-color: #AF6A0D; }
span { border-color: rgb(175,106,13); }
td.TdClassName
{
border-color: #AF6A0D;
}
.TagClassName
{
border-color: #AF6A0D;
}
</style>