Shades of Golden Brown #AF5F0F
Tints of Golden Brown #AF5F0F
RGB
CMYK
RGB Variations
Color information
#AF5F0F (or 0xAF5F0F) is known color: Golden Brown. HEX triplet: AF, 5F and 0F. RGB value is (175,95,15). Sum of RGB (Red+Green+Blue) = 175+95+15=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5F0F is #50A0F0. Grayscale: #6E6E6E. Windows color (decimal): -5284081 or 1007535. OLE color: 1007535.
HSL color Cylindrical-coordinate representation of color #AF5F0F: hue angle of 30º 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 #AF5F0F is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 95 | 15 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.31 |
| HSL | 30º | 0.84% | 0.37% | - |
| HSV(B) | 30º | 0.91% | 0.69% | - |
| XYZ | 21.86 | 17.33 | 2.65 | - |
| YUV | 109.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 15 | 0 | 0.46 | 0.91 | 0.31 | 30 | 0.84 | 0.37 |
| Hex | AF | 5F | F | 0 | 2E | 5B | 1F | 1E | 54 | 25 |
| Octal | 257 | 137 | 17 | 0 | 56 | 133 | 37 | 36 | 124 | 45 |
| Binary | 10101111 | 1011111 | 1111 | 0 | 101110 | 1011011 | 11111 | 11110 | 1010100 | 100101 |
Color Harmonies of #AF5F0F
Complementary color
Monochromatic Colors of #AF5F0F
Black with #AF5F0F
Text Example
Text Example
White with #AF5F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5F0F; }
p { color: rgb(175,95,15); }
H1.HeaderClassName
{
color: #AF5F0F;
}
.AnyTagClassName
{
color: #AF5F0F;
}
</style>
background-color css
<style>
a { background-color: #AF5F0F; }
a { background-color: rgb(175,95,15); }
div.DivClassName
{
background-color: #AF5F0F;
}
.BgClassName
{
background-color: #AF5F0F;
}
</style>
border-color css
<style>
span { border-color: #AF5F0F; }
span { border-color: rgb(175,95,15); }
td.TdClassName
{
border-color: #AF5F0F;
}
.TagClassName
{
border-color: #AF5F0F;
}
</style>