Shades of Golden Brown #AF5D0D
Tints of Golden Brown #AF5D0D
RGB
CMYK
RGB Variations
Color information
#AF5D0D (or 0xAF5D0D) is known color: Golden Brown. HEX triplet: AF, 5D and 0D. RGB value is (175,93,13). Sum of RGB (Red+Green+Blue) = 175+93+13=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D0D is #50A2F2. Grayscale: #6C6C6C. Windows color (decimal): -5284595 or 875951. OLE color: 875951.
HSL color Cylindrical-coordinate representation of color #AF5D0D: hue angle of 29.63º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF5D0D is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 13 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.31 |
| HSL | 29.63º | 0.86% | 0.37% | - |
| HSV(B) | 29.63º | 0.93% | 0.69% | - |
| XYZ | 21.67 | 16.97 | 2.51 | - |
| YUV | 108.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 13 | 0 | 0.47 | 0.93 | 0.31 | 29.63 | 0.86 | 0.37 |
| Hex | AF | 5D | D | 0 | 2F | 5D | 1F | 1E | 56 | 25 |
| Octal | 257 | 135 | 15 | 0 | 57 | 135 | 37 | 36 | 126 | 45 |
| Binary | 10101111 | 1011101 | 1101 | 0 | 101111 | 1011101 | 11111 | 11110 | 1010110 | 100101 |
Color Harmonies of #AF5D0D
Complementary color
Monochromatic Colors of #AF5D0D
Black with #AF5D0D
Text Example
Text Example
White with #AF5D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D0D; }
p { color: rgb(175,93,13); }
H1.HeaderClassName
{
color: #AF5D0D;
}
.AnyTagClassName
{
color: #AF5D0D;
}
</style>
background-color css
<style>
a { background-color: #AF5D0D; }
a { background-color: rgb(175,93,13); }
div.DivClassName
{
background-color: #AF5D0D;
}
.BgClassName
{
background-color: #AF5D0D;
}
</style>
border-color css
<style>
span { border-color: #AF5D0D; }
span { border-color: rgb(175,93,13); }
td.TdClassName
{
border-color: #AF5D0D;
}
.TagClassName
{
border-color: #AF5D0D;
}
</style>