Shades of Golden Brown #AF6A16
Tints of Golden Brown #AF6A16
RGB
CMYK
RGB Variations
Color information
#AF6A16 (or 0xAF6A16) is known color: Golden Brown. HEX triplet: AF, 6A and 16. RGB value is (175,106,22). Sum of RGB (Red+Green+Blue) = 175+106+22=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6A16 is #5095E9. Grayscale: #757575. Windows color (decimal): -5281258 or 1469103. OLE color: 1469103.
HSL color Cylindrical-coordinate representation of color #AF6A16: hue angle of 32.94º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF6A16 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 106 | 22 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.31 |
| HSL | 32.94º | 0.78% | 0.39% | - |
| HSV(B) | 32.94º | 0.87% | 0.69% | - |
| XYZ | 22.98 | 19.48 | 3.31 | - |
| YUV | 117.06 | 74.36 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 22 | 0 | 0.39 | 0.87 | 0.31 | 32.94 | 0.78 | 0.39 |
| Hex | AF | 6A | 16 | 0 | 27 | 57 | 1F | 21 | 4E | 27 |
| Octal | 257 | 152 | 26 | 0 | 47 | 127 | 37 | 41 | 116 | 47 |
| Binary | 10101111 | 1101010 | 10110 | 0 | 100111 | 1010111 | 11111 | 100001 | 1001110 | 100111 |
Color Harmonies of #AF6A16
Complementary color
Monochromatic Colors of #AF6A16
Black with #AF6A16
Text Example
Text Example
White with #AF6A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6A16; }
p { color: rgb(175,106,22); }
H1.HeaderClassName
{
color: #AF6A16;
}
.AnyTagClassName
{
color: #AF6A16;
}
</style>
background-color css
<style>
a { background-color: #AF6A16; }
a { background-color: rgb(175,106,22); }
div.DivClassName
{
background-color: #AF6A16;
}
.BgClassName
{
background-color: #AF6A16;
}
</style>
border-color css
<style>
span { border-color: #AF6A16; }
span { border-color: rgb(175,106,22); }
td.TdClassName
{
border-color: #AF6A16;
}
.TagClassName
{
border-color: #AF6A16;
}
</style>