Shades of Golden Brown #AF6619
Tints of Golden Brown #AF6619
RGB
CMYK
RGB Variations
Color information
#AF6619 (or 0xAF6619) is known color: Golden Brown. HEX triplet: AF, 66 and 19. RGB value is (175,102,25). Sum of RGB (Red+Green+Blue) = 175+102+25=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6619 is #5099E6. Grayscale: #737373. Windows color (decimal): -5282279 or 1664687. OLE color: 1664687.
HSL color Cylindrical-coordinate representation of color #AF6619: hue angle of 30.8º 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 #AF6619 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 25 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.31 |
| HSL | 30.8º | 0.75% | 0.39% | - |
| HSV(B) | 30.8º | 0.86% | 0.69% | - |
| XYZ | 22.61 | 18.69 | 3.34 | - |
| YUV | 115.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 25 | 0 | 0.42 | 0.86 | 0.31 | 30.8 | 0.75 | 0.39 |
| Hex | AF | 66 | 19 | 0 | 2A | 56 | 1F | 1F | 4B | 27 |
| Octal | 257 | 146 | 31 | 0 | 52 | 126 | 37 | 37 | 113 | 47 |
| Binary | 10101111 | 1100110 | 11001 | 0 | 101010 | 1010110 | 11111 | 11111 | 1001011 | 100111 |
Color Harmonies of #AF6619
Complementary color
Monochromatic Colors of #AF6619
Black with #AF6619
Text Example
Text Example
White with #AF6619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6619; }
p { color: rgb(175,102,25); }
H1.HeaderClassName
{
color: #AF6619;
}
.AnyTagClassName
{
color: #AF6619;
}
</style>
background-color css
<style>
a { background-color: #AF6619; }
a { background-color: rgb(175,102,25); }
div.DivClassName
{
background-color: #AF6619;
}
.BgClassName
{
background-color: #AF6619;
}
</style>
border-color css
<style>
span { border-color: #AF6619; }
span { border-color: rgb(175,102,25); }
td.TdClassName
{
border-color: #AF6619;
}
.TagClassName
{
border-color: #AF6619;
}
</style>