Shades of Golden Brown #AF660C
Tints of Golden Brown #AF660C
RGB
CMYK
RGB Variations
Color information
#AF660C (or 0xAF660C) is known color: Golden Brown. HEX triplet: AF, 66 and 0C. RGB value is (175,102,12). Sum of RGB (Red+Green+Blue) = 175+102+12=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF660C is #5099F3. Grayscale: #727272. Windows color (decimal): -5282292 or 812719. OLE color: 812719.
HSL color Cylindrical-coordinate representation of color #AF660C: hue angle of 33.13º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF660C is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 12 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.31 |
| HSL | 33.13º | 0.87% | 0.37% | - |
| HSV(B) | 33.13º | 0.93% | 0.69% | - |
| XYZ | 22.5 | 18.64 | 2.76 | - |
| YUV | 113.57 | 70.68 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 12 | 0 | 0.42 | 0.93 | 0.31 | 33.13 | 0.87 | 0.37 |
| Hex | AF | 66 | C | 0 | 2A | 5D | 1F | 21 | 57 | 25 |
| Octal | 257 | 146 | 14 | 0 | 52 | 135 | 37 | 41 | 127 | 45 |
| Binary | 10101111 | 1100110 | 1100 | 0 | 101010 | 1011101 | 11111 | 100001 | 1010111 | 100101 |
Color Harmonies of #AF660C
Complementary color
Monochromatic Colors of #AF660C
Black with #AF660C
Text Example
Text Example
White with #AF660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF660C; }
p { color: rgb(175,102,12); }
H1.HeaderClassName
{
color: #AF660C;
}
.AnyTagClassName
{
color: #AF660C;
}
</style>
background-color css
<style>
a { background-color: #AF660C; }
a { background-color: rgb(175,102,12); }
div.DivClassName
{
background-color: #AF660C;
}
.BgClassName
{
background-color: #AF660C;
}
</style>
border-color css
<style>
span { border-color: #AF660C; }
span { border-color: rgb(175,102,12); }
td.TdClassName
{
border-color: #AF660C;
}
.TagClassName
{
border-color: #AF660C;
}
</style>