Shades of Golden Brown #AF5E0C
Tints of Golden Brown #AF5E0C
RGB
CMYK
RGB Variations
Color information
#AF5E0C (or 0xAF5E0C) is known color: Golden Brown. HEX triplet: AF, 5E and 0C. RGB value is (175,94,12). Sum of RGB (Red+Green+Blue) = 175+94+12=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5E0C is #50A1F3. Grayscale: #6D6D6D. Windows color (decimal): -5284340 or 810671. OLE color: 810671.
HSL color Cylindrical-coordinate representation of color #AF5E0C: hue angle of 30.18º degrees, saturation: 0.87, 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 #AF5E0C is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 12 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.31 |
| HSL | 30.18º | 0.87% | 0.37% | - |
| HSV(B) | 30.18º | 0.93% | 0.69% | - |
| XYZ | 21.75 | 17.15 | 2.51 | - |
| YUV | 108.87 | 73.34 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 12 | 0 | 0.46 | 0.93 | 0.31 | 30.18 | 0.87 | 0.37 |
| Hex | AF | 5E | C | 0 | 2E | 5D | 1F | 1E | 57 | 25 |
| Octal | 257 | 136 | 14 | 0 | 56 | 135 | 37 | 36 | 127 | 45 |
| Binary | 10101111 | 1011110 | 1100 | 0 | 101110 | 1011101 | 11111 | 11110 | 1010111 | 100101 |
Color Harmonies of #AF5E0C
Complementary color
Monochromatic Colors of #AF5E0C
Black with #AF5E0C
Text Example
Text Example
White with #AF5E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E0C; }
p { color: rgb(175,94,12); }
H1.HeaderClassName
{
color: #AF5E0C;
}
.AnyTagClassName
{
color: #AF5E0C;
}
</style>
background-color css
<style>
a { background-color: #AF5E0C; }
a { background-color: rgb(175,94,12); }
div.DivClassName
{
background-color: #AF5E0C;
}
.BgClassName
{
background-color: #AF5E0C;
}
</style>
border-color css
<style>
span { border-color: #AF5E0C; }
span { border-color: rgb(175,94,12); }
td.TdClassName
{
border-color: #AF5E0C;
}
.TagClassName
{
border-color: #AF5E0C;
}
</style>