Shades of Golden Brown #AF700F
Tints of Golden Brown #AF700F
RGB
CMYK
RGB Variations
Color information
#AF700F (or 0xAF700F) is known color: Golden Brown. HEX triplet: AF, 70 and 0F. RGB value is (175,112,15). Sum of RGB (Red+Green+Blue) = 175+112+15=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF700F is #508FF0. Grayscale: #787878. Windows color (decimal): -5279729 or 1011887. OLE color: 1011887.
HSL color Cylindrical-coordinate representation of color #AF700F: hue angle of 36.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF700F is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 15 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.31 |
| HSL | 36.38º | 0.84% | 0.37% | - |
| HSV(B) | 36.38º | 0.91% | 0.69% | - |
| XYZ | 23.56 | 20.74 | 3.21 | - |
| YUV | 119.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 15 | 0 | 0.36 | 0.91 | 0.31 | 36.38 | 0.84 | 0.37 |
| Hex | AF | 70 | F | 0 | 24 | 5B | 1F | 24 | 54 | 25 |
| Octal | 257 | 160 | 17 | 0 | 44 | 133 | 37 | 44 | 124 | 45 |
| Binary | 10101111 | 1110000 | 1111 | 0 | 100100 | 1011011 | 11111 | 100100 | 1010100 | 100101 |
Color Harmonies of #AF700F
Complementary color
Monochromatic Colors of #AF700F
Black with #AF700F
Text Example
Text Example
White with #AF700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF700F; }
p { color: rgb(175,112,15); }
H1.HeaderClassName
{
color: #AF700F;
}
.AnyTagClassName
{
color: #AF700F;
}
</style>
background-color css
<style>
a { background-color: #AF700F; }
a { background-color: rgb(175,112,15); }
div.DivClassName
{
background-color: #AF700F;
}
.BgClassName
{
background-color: #AF700F;
}
</style>
border-color css
<style>
span { border-color: #AF700F; }
span { border-color: rgb(175,112,15); }
td.TdClassName
{
border-color: #AF700F;
}
.TagClassName
{
border-color: #AF700F;
}
</style>