Shades of Golden Brown #AF6719
Tints of Golden Brown #AF6719
RGB
CMYK
RGB Variations
Color information
#AF6719 (or 0xAF6719) is known color: Golden Brown. HEX triplet: AF, 67 and 19. RGB value is (175,103,25). Sum of RGB (Red+Green+Blue) = 175+103+25=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6719 is #5098E6. Grayscale: #747474. Windows color (decimal): -5282023 or 1664943. OLE color: 1664943.
HSL color Cylindrical-coordinate representation of color #AF6719: hue angle of 31.2º 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 #AF6719 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 25 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.31 |
| HSL | 31.2º | 0.75% | 0.39% | - |
| HSV(B) | 31.2º | 0.86% | 0.69% | - |
| XYZ | 22.7 | 18.88 | 3.37 | - |
| YUV | 115.64 | 76.85 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 25 | 0 | 0.41 | 0.86 | 0.31 | 31.2 | 0.75 | 0.39 |
| Hex | AF | 67 | 19 | 0 | 29 | 56 | 1F | 1F | 4B | 27 |
| Octal | 257 | 147 | 31 | 0 | 51 | 126 | 37 | 37 | 113 | 47 |
| Binary | 10101111 | 1100111 | 11001 | 0 | 101001 | 1010110 | 11111 | 11111 | 1001011 | 100111 |
Color Harmonies of #AF6719
Complementary color
Monochromatic Colors of #AF6719
Black with #AF6719
Text Example
Text Example
White with #AF6719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6719; }
p { color: rgb(175,103,25); }
H1.HeaderClassName
{
color: #AF6719;
}
.AnyTagClassName
{
color: #AF6719;
}
</style>
background-color css
<style>
a { background-color: #AF6719; }
a { background-color: rgb(175,103,25); }
div.DivClassName
{
background-color: #AF6719;
}
.BgClassName
{
background-color: #AF6719;
}
</style>
border-color css
<style>
span { border-color: #AF6719; }
span { border-color: rgb(175,103,25); }
td.TdClassName
{
border-color: #AF6719;
}
.TagClassName
{
border-color: #AF6719;
}
</style>