Shades of Dark Goldenrod #A8750B
Tints of Dark Goldenrod #A8750B
RGB
CMYK
RGB Variations
Color information
#A8750B (or 0xA8750B) is known color: Dark Goldenrod. HEX triplet: A8, 75 and 0B. RGB value is (168,117,11). Sum of RGB (Red+Green+Blue) = 168+117+11=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8750B is #578AF4. Grayscale: #787878. Windows color (decimal): -5737205 or 751016. OLE color: 751016.
HSL color Cylindrical-coordinate representation of color #A8750B: hue angle of 40.51º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8750B is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 11 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.34 |
| HSL | 40.51º | 0.88% | 0.35% | - |
| HSV(B) | 40.51º | 0.93% | 0.66% | - |
| XYZ | 22.57 | 21.07 | 3.19 | - |
| YUV | 120.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 11 | 0 | 0.30 | 0.93 | 0.34 | 40.51 | 0.88 | 0.35 |
| Hex | A8 | 75 | B | 0 | 1E | 5D | 22 | 29 | 58 | 23 |
| Octal | 250 | 165 | 13 | 0 | 36 | 135 | 42 | 51 | 130 | 43 |
| Binary | 10101000 | 1110101 | 1011 | 0 | 11110 | 1011101 | 100010 | 101001 | 1011000 | 100011 |
Color Harmonies of #A8750B
Complementary color
Monochromatic Colors of #A8750B
Black with #A8750B
Text Example
Text Example
White with #A8750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8750B; }
p { color: rgb(168,117,11); }
H1.HeaderClassName
{
color: #A8750B;
}
.AnyTagClassName
{
color: #A8750B;
}
</style>
background-color css
<style>
a { background-color: #A8750B; }
a { background-color: rgb(168,117,11); }
div.DivClassName
{
background-color: #A8750B;
}
.BgClassName
{
background-color: #A8750B;
}
</style>
border-color css
<style>
span { border-color: #A8750B; }
span { border-color: rgb(168,117,11); }
td.TdClassName
{
border-color: #A8750B;
}
.TagClassName
{
border-color: #A8750B;
}
</style>