Shades of Golden Brown #AF6100
Tints of Golden Brown #AF6100
RGB
CMYK
RGB Variations
Color information
#AF6100 (or 0xAF6100) is known color: Golden Brown. HEX triplet: AF, 61 and 00. RGB value is (175,97,0). Sum of RGB (Red+Green+Blue) = 175+97+0=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6100 is #509EFF. Grayscale: #6D6D6D. Windows color (decimal): -5283584 or 25007. OLE color: 25007.
HSL color Cylindrical-coordinate representation of color #AF6100: hue angle of 33.26º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF6100 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.31 |
| HSL | 33.26º | 1% | 0.34% | - |
| HSV(B) | 33.26º | 1% | 0.69% | - |
| XYZ | 21.95 | 17.66 | 2.25 | - |
| YUV | 109.26 | 66.34 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 0 | 0 | 0.45 | 1 | 0.31 | 33.26 | 1 | 0.34 |
| Hex | AF | 61 | 0 | 0 | 2D | 64 | 1F | 21 | 64 | 22 |
| Octal | 257 | 141 | 0 | 0 | 55 | 144 | 37 | 41 | 144 | 42 |
| Binary | 10101111 | 1100001 | 0 | 0 | 101101 | 1100100 | 11111 | 100001 | 1100100 | 100010 |
Color Harmonies of #AF6100
Complementary color
Monochromatic Colors of #AF6100
Black with #AF6100
Text Example
Text Example
White with #AF6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6100; }
p { color: rgb(175,97,0); }
H1.HeaderClassName
{
color: #AF6100;
}
.AnyTagClassName
{
color: #AF6100;
}
</style>
background-color css
<style>
a { background-color: #AF6100; }
a { background-color: rgb(175,97,0); }
div.DivClassName
{
background-color: #AF6100;
}
.BgClassName
{
background-color: #AF6100;
}
</style>
border-color css
<style>
span { border-color: #AF6100; }
span { border-color: rgb(175,97,0); }
td.TdClassName
{
border-color: #AF6100;
}
.TagClassName
{
border-color: #AF6100;
}
</style>