Shades of Dark Goldenrod #AF750C
Tints of Dark Goldenrod #AF750C
RGB
CMYK
RGB Variations
Color information
#AF750C (or 0xAF750C) is known color: Dark Goldenrod. HEX triplet: AF, 75 and 0C. RGB value is (175,117,12). Sum of RGB (Red+Green+Blue) = 175+117+12=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF750C is #508AF3. Grayscale: #7A7A7A. Windows color (decimal): -5278452 or 816559. OLE color: 816559.
HSL color Cylindrical-coordinate representation of color #AF750C: hue angle of 38.65º 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 #AF750C is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 12 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.31 |
| HSL | 38.65º | 0.87% | 0.37% | - |
| HSV(B) | 38.65º | 0.93% | 0.69% | - |
| XYZ | 24.11 | 21.86 | 3.3 | - |
| YUV | 122.37 | 65.72 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 12 | 0 | 0.33 | 0.93 | 0.31 | 38.65 | 0.87 | 0.37 |
| Hex | AF | 75 | C | 0 | 21 | 5D | 1F | 27 | 57 | 25 |
| Octal | 257 | 165 | 14 | 0 | 41 | 135 | 37 | 47 | 127 | 45 |
| Binary | 10101111 | 1110101 | 1100 | 0 | 100001 | 1011101 | 11111 | 100111 | 1010111 | 100101 |
Color Harmonies of #AF750C
Complementary color
Monochromatic Colors of #AF750C
Black with #AF750C
Text Example
Text Example
White with #AF750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF750C; }
p { color: rgb(175,117,12); }
H1.HeaderClassName
{
color: #AF750C;
}
.AnyTagClassName
{
color: #AF750C;
}
</style>
background-color css
<style>
a { background-color: #AF750C; }
a { background-color: rgb(175,117,12); }
div.DivClassName
{
background-color: #AF750C;
}
.BgClassName
{
background-color: #AF750C;
}
</style>
border-color css
<style>
span { border-color: #AF750C; }
span { border-color: rgb(175,117,12); }
td.TdClassName
{
border-color: #AF750C;
}
.TagClassName
{
border-color: #AF750C;
}
</style>