Shades of Golden Brown #AF600A
Tints of Golden Brown #AF600A
RGB
CMYK
RGB Variations
Color information
#AF600A (or 0xAF600A) is known color: Golden Brown. HEX triplet: AF, 60 and 0A. RGB value is (175,96,10). Sum of RGB (Red+Green+Blue) = 175+96+10=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF600A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF600A is #509FF5. Grayscale: #6E6E6E. Windows color (decimal): -5283830 or 680111. OLE color: 680111.
HSL color Cylindrical-coordinate representation of color #AF600A: hue angle of 31.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF600A is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 96 | 10 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.31 |
| HSL | 31.27º | 0.89% | 0.36% | - |
| HSV(B) | 31.27º | 0.94% | 0.69% | - |
| XYZ | 21.92 | 17.5 | 2.51 | - |
| YUV | 109.82 | 71.67 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 10 | 0 | 0.45 | 0.94 | 0.31 | 31.27 | 0.89 | 0.36 |
| Hex | AF | 60 | A | 0 | 2D | 5E | 1F | 1F | 59 | 24 |
| Octal | 257 | 140 | 12 | 0 | 55 | 136 | 37 | 37 | 131 | 44 |
| Binary | 10101111 | 1100000 | 1010 | 0 | 101101 | 1011110 | 11111 | 11111 | 1011001 | 100100 |
Color Harmonies of #AF600A
Complementary color
Monochromatic Colors of #AF600A
Black with #AF600A
Text Example
Text Example
White with #AF600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF600A; }
p { color: rgb(175,96,10); }
H1.HeaderClassName
{
color: #AF600A;
}
.AnyTagClassName
{
color: #AF600A;
}
</style>
background-color css
<style>
a { background-color: #AF600A; }
a { background-color: rgb(175,96,10); }
div.DivClassName
{
background-color: #AF600A;
}
.BgClassName
{
background-color: #AF600A;
}
</style>
border-color css
<style>
span { border-color: #AF600A; }
span { border-color: rgb(175,96,10); }
td.TdClassName
{
border-color: #AF600A;
}
.TagClassName
{
border-color: #AF600A;
}
</style>