Shades of Dark Goldenrod #A5830B
Tints of Dark Goldenrod #A5830B
RGB
CMYK
RGB Variations
Color information
#A5830B (or 0xA5830B) is known color: Dark Goldenrod. HEX triplet: A5, 83 and 0B. RGB value is (165,131,11). Sum of RGB (Red+Green+Blue) = 165+131+11=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5830B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5830B is #5A7CF4. Grayscale: #7F7F7F. Windows color (decimal): -5930229 or 754597. OLE color: 754597.
HSL color Cylindrical-coordinate representation of color #A5830B: hue angle of 46.75º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5830B is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 131 | 11 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.35 |
| HSL | 46.75º | 0.88% | 0.35% | - |
| HSV(B) | 46.75º | 0.93% | 0.65% | - |
| XYZ | 23.69 | 24.26 | 3.75 | - |
| YUV | 127.49 | 62.26 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 131 | 11 | 0 | 0.21 | 0.93 | 0.35 | 46.75 | 0.88 | 0.35 |
| Hex | A5 | 83 | B | 0 | 15 | 5D | 23 | 2F | 58 | 23 |
| Octal | 245 | 203 | 13 | 0 | 25 | 135 | 43 | 57 | 130 | 43 |
| Binary | 10100101 | 10000011 | 1011 | 0 | 10101 | 1011101 | 100011 | 101111 | 1011000 | 100011 |
Color Harmonies of #A5830B
Complementary color
Monochromatic Colors of #A5830B
Black with #A5830B
Text Example
Text Example
White with #A5830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5830B; }
p { color: rgb(165,131,11); }
H1.HeaderClassName
{
color: #A5830B;
}
.AnyTagClassName
{
color: #A5830B;
}
</style>
background-color css
<style>
a { background-color: #A5830B; }
a { background-color: rgb(165,131,11); }
div.DivClassName
{
background-color: #A5830B;
}
.BgClassName
{
background-color: #A5830B;
}
</style>
border-color css
<style>
span { border-color: #A5830B; }
span { border-color: rgb(165,131,11); }
td.TdClassName
{
border-color: #A5830B;
}
.TagClassName
{
border-color: #A5830B;
}
</style>