Shades of Golden Brown #AF6519
Tints of Golden Brown #AF6519
RGB
CMYK
RGB Variations
Color information
#AF6519 (or 0xAF6519) is known color: Golden Brown. HEX triplet: AF, 65 and 19. RGB value is (175,101,25). Sum of RGB (Red+Green+Blue) = 175+101+25=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6519 is #509AE6. Grayscale: #727272. Windows color (decimal): -5282535 or 1664431. OLE color: 1664431.
HSL color Cylindrical-coordinate representation of color #AF6519: hue angle of 30.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF6519 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 25 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.31 |
| HSL | 30.4º | 0.75% | 0.39% | - |
| HSV(B) | 30.4º | 0.86% | 0.69% | - |
| XYZ | 22.51 | 18.49 | 3.3 | - |
| YUV | 114.46 | 77.52 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 25 | 0 | 0.42 | 0.86 | 0.31 | 30.4 | 0.75 | 0.39 |
| Hex | AF | 65 | 19 | 0 | 2A | 56 | 1F | 1E | 4B | 27 |
| Octal | 257 | 145 | 31 | 0 | 52 | 126 | 37 | 36 | 113 | 47 |
| Binary | 10101111 | 1100101 | 11001 | 0 | 101010 | 1010110 | 11111 | 11110 | 1001011 | 100111 |
Color Harmonies of #AF6519
Complementary color
Monochromatic Colors of #AF6519
Black with #AF6519
Text Example
Text Example
White with #AF6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6519; }
p { color: rgb(175,101,25); }
H1.HeaderClassName
{
color: #AF6519;
}
.AnyTagClassName
{
color: #AF6519;
}
</style>
background-color css
<style>
a { background-color: #AF6519; }
a { background-color: rgb(175,101,25); }
div.DivClassName
{
background-color: #AF6519;
}
.BgClassName
{
background-color: #AF6519;
}
</style>
border-color css
<style>
span { border-color: #AF6519; }
span { border-color: rgb(175,101,25); }
td.TdClassName
{
border-color: #AF6519;
}
.TagClassName
{
border-color: #AF6519;
}
</style>