Shades of Dark Goldenrod #AF750D
Tints of Dark Goldenrod #AF750D
RGB
CMYK
RGB Variations
Color information
#AF750D (or 0xAF750D) is known color: Dark Goldenrod. HEX triplet: AF, 75 and 0D. RGB value is (175,117,13). Sum of RGB (Red+Green+Blue) = 175+117+13=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF750D is #508AF2. Grayscale: #7A7A7A. Windows color (decimal): -5278451 or 882095. OLE color: 882095.
HSL color Cylindrical-coordinate representation of color #AF750D: hue angle of 38.52º degrees, saturation: 0.86, 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 #AF750D is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 13 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.31 |
| HSL | 38.52º | 0.86% | 0.37% | - |
| HSV(B) | 38.52º | 0.93% | 0.69% | - |
| XYZ | 24.11 | 21.87 | 3.33 | - |
| YUV | 122.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 13 | 0 | 0.33 | 0.93 | 0.31 | 38.52 | 0.86 | 0.37 |
| Hex | AF | 75 | D | 0 | 21 | 5D | 1F | 27 | 56 | 25 |
| Octal | 257 | 165 | 15 | 0 | 41 | 135 | 37 | 47 | 126 | 45 |
| Binary | 10101111 | 1110101 | 1101 | 0 | 100001 | 1011101 | 11111 | 100111 | 1010110 | 100101 |
Color Harmonies of #AF750D
Complementary color
Monochromatic Colors of #AF750D
Black with #AF750D
Text Example
Text Example
White with #AF750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF750D; }
p { color: rgb(175,117,13); }
H1.HeaderClassName
{
color: #AF750D;
}
.AnyTagClassName
{
color: #AF750D;
}
</style>
background-color css
<style>
a { background-color: #AF750D; }
a { background-color: rgb(175,117,13); }
div.DivClassName
{
background-color: #AF750D;
}
.BgClassName
{
background-color: #AF750D;
}
</style>
border-color css
<style>
span { border-color: #AF750D; }
span { border-color: rgb(175,117,13); }
td.TdClassName
{
border-color: #AF750D;
}
.TagClassName
{
border-color: #AF750D;
}
</style>