Shades of Golden Brown #AF5A0E
Tints of Golden Brown #AF5A0E
RGB
CMYK
RGB Variations
Color information
#AF5A0E (or 0xAF5A0E) is known color: Golden Brown. HEX triplet: AF, 5A and 0E. RGB value is (175,90,14). Sum of RGB (Red+Green+Blue) = 175+90+14=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5A0E is #50A5F1. Grayscale: #6B6B6B. Windows color (decimal): -5285362 or 940719. OLE color: 940719.
HSL color Cylindrical-coordinate representation of color #AF5A0E: hue angle of 28.32º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF5A0E is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 14 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.31 |
| HSL | 28.32º | 0.85% | 0.37% | - |
| HSV(B) | 28.32º | 0.92% | 0.69% | - |
| XYZ | 21.41 | 16.46 | 2.46 | - |
| YUV | 106.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 14 | 0 | 0.49 | 0.92 | 0.31 | 28.32 | 0.85 | 0.37 |
| Hex | AF | 5A | E | 0 | 31 | 5C | 1F | 1C | 55 | 25 |
| Octal | 257 | 132 | 16 | 0 | 61 | 134 | 37 | 34 | 125 | 45 |
| Binary | 10101111 | 1011010 | 1110 | 0 | 110001 | 1011100 | 11111 | 11100 | 1010101 | 100101 |
Color Harmonies of #AF5A0E
Complementary color
Monochromatic Colors of #AF5A0E
Black with #AF5A0E
Text Example
Text Example
White with #AF5A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A0E; }
p { color: rgb(175,90,14); }
H1.HeaderClassName
{
color: #AF5A0E;
}
.AnyTagClassName
{
color: #AF5A0E;
}
</style>
background-color css
<style>
a { background-color: #AF5A0E; }
a { background-color: rgb(175,90,14); }
div.DivClassName
{
background-color: #AF5A0E;
}
.BgClassName
{
background-color: #AF5A0E;
}
</style>
border-color css
<style>
span { border-color: #AF5A0E; }
span { border-color: rgb(175,90,14); }
td.TdClassName
{
border-color: #AF5A0E;
}
.TagClassName
{
border-color: #AF5A0E;
}
</style>