Shades of Golden Brown #AF6B04
Tints of Golden Brown #AF6B04
RGB
CMYK
RGB Variations
Color information
#AF6B04 (or 0xAF6B04) is known color: Golden Brown. HEX triplet: AF, 6B and 04. RGB value is (175,107,4). Sum of RGB (Red+Green+Blue) = 175+107+4=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6B04 is #5094FB. Grayscale: #747474. Windows color (decimal): -5281020 or 289711. OLE color: 289711.
HSL color Cylindrical-coordinate representation of color #AF6B04: hue angle of 36.14º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF6B04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.31 |
| HSL | 36.14º | 0.96% | 0.35% | - |
| HSV(B) | 36.14º | 0.98% | 0.69% | - |
| XYZ | 22.96 | 19.64 | 2.7 | - |
| YUV | 115.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 4 | 0 | 0.39 | 0.98 | 0.31 | 36.14 | 0.96 | 0.35 |
| Hex | AF | 6B | 4 | 0 | 27 | 62 | 1F | 24 | 60 | 23 |
| Octal | 257 | 153 | 4 | 0 | 47 | 142 | 37 | 44 | 140 | 43 |
| Binary | 10101111 | 1101011 | 100 | 0 | 100111 | 1100010 | 11111 | 100100 | 1100000 | 100011 |
Color Harmonies of #AF6B04
Complementary color
Monochromatic Colors of #AF6B04
Black with #AF6B04
Text Example
Text Example
White with #AF6B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B04; }
p { color: rgb(175,107,4); }
H1.HeaderClassName
{
color: #AF6B04;
}
.AnyTagClassName
{
color: #AF6B04;
}
</style>
background-color css
<style>
a { background-color: #AF6B04; }
a { background-color: rgb(175,107,4); }
div.DivClassName
{
background-color: #AF6B04;
}
.BgClassName
{
background-color: #AF6B04;
}
</style>
border-color css
<style>
span { border-color: #AF6B04; }
span { border-color: rgb(175,107,4); }
td.TdClassName
{
border-color: #AF6B04;
}
.TagClassName
{
border-color: #AF6B04;
}
</style>