Shades of Dark Goldenrod #A28908
Tints of Dark Goldenrod #A28908
RGB
CMYK
RGB Variations
Color information
#A28908 (or 0xA28908) is known color: Dark Goldenrod. HEX triplet: A2, 89 and 08. RGB value is (162,137,8). Sum of RGB (Red+Green+Blue) = 162+137+8=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A28908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28908 is #5D76F7. Grayscale: #828282. Windows color (decimal): -6125304 or 559522. OLE color: 559522.
HSL color Cylindrical-coordinate representation of color #A28908: hue angle of 50.26º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A28908 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 137 | 8 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.36 |
| HSL | 50.26º | 0.91% | 0.33% | - |
| HSV(B) | 50.26º | 0.95% | 0.64% | - |
| XYZ | 23.89 | 25.59 | 3.91 | - |
| YUV | 129.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 8 | 0 | 0.15 | 0.95 | 0.36 | 50.26 | 0.91 | 0.33 |
| Hex | A2 | 89 | 8 | 0 | F | 5F | 24 | 32 | 5B | 21 |
| Octal | 242 | 211 | 10 | 0 | 17 | 137 | 44 | 62 | 133 | 41 |
| Binary | 10100010 | 10001001 | 1000 | 0 | 1111 | 1011111 | 100100 | 110010 | 1011011 | 100001 |
Color Harmonies of #A28908
Complementary color
Monochromatic Colors of #A28908
Black with #A28908
Text Example
Text Example
White with #A28908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28908; }
p { color: rgb(162,137,8); }
H1.HeaderClassName
{
color: #A28908;
}
.AnyTagClassName
{
color: #A28908;
}
</style>
background-color css
<style>
a { background-color: #A28908; }
a { background-color: rgb(162,137,8); }
div.DivClassName
{
background-color: #A28908;
}
.BgClassName
{
background-color: #A28908;
}
</style>
border-color css
<style>
span { border-color: #A28908; }
span { border-color: rgb(162,137,8); }
td.TdClassName
{
border-color: #A28908;
}
.TagClassName
{
border-color: #A28908;
}
</style>