Shades of Golden Brown #AF6409
Tints of Golden Brown #AF6409
RGB
CMYK
RGB Variations
Color information
#AF6409 (or 0xAF6409) is known color: Golden Brown. HEX triplet: AF, 64 and 09. RGB value is (175,100,9). Sum of RGB (Red+Green+Blue) = 175+100+9=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6409 is #509BF6. Grayscale: #707070. Windows color (decimal): -5282807 or 615599. OLE color: 615599.
HSL color Cylindrical-coordinate representation of color #AF6409: hue angle of 32.89º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF6409 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 9 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.31 |
| HSL | 32.89º | 0.9% | 0.36% | - |
| HSV(B) | 32.89º | 0.95% | 0.69% | - |
| XYZ | 22.29 | 18.25 | 2.61 | - |
| YUV | 112.05 | 69.85 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 9 | 0 | 0.43 | 0.95 | 0.31 | 32.89 | 0.9 | 0.36 |
| Hex | AF | 64 | 9 | 0 | 2B | 5F | 1F | 21 | 5A | 24 |
| Octal | 257 | 144 | 11 | 0 | 53 | 137 | 37 | 41 | 132 | 44 |
| Binary | 10101111 | 1100100 | 1001 | 0 | 101011 | 1011111 | 11111 | 100001 | 1011010 | 100100 |
Color Harmonies of #AF6409
Complementary color
Monochromatic Colors of #AF6409
Black with #AF6409
Text Example
Text Example
White with #AF6409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6409; }
p { color: rgb(175,100,9); }
H1.HeaderClassName
{
color: #AF6409;
}
.AnyTagClassName
{
color: #AF6409;
}
</style>
background-color css
<style>
a { background-color: #AF6409; }
a { background-color: rgb(175,100,9); }
div.DivClassName
{
background-color: #AF6409;
}
.BgClassName
{
background-color: #AF6409;
}
</style>
border-color css
<style>
span { border-color: #AF6409; }
span { border-color: rgb(175,100,9); }
td.TdClassName
{
border-color: #AF6409;
}
.TagClassName
{
border-color: #AF6409;
}
</style>