Shades of Dark Goldenrod #A28A08
Tints of Dark Goldenrod #A28A08
RGB
CMYK
RGB Variations
Color information
#A28A08 (or 0xA28A08) is known color: Dark Goldenrod. HEX triplet: A2, 8A and 08. RGB value is (162,138,8). Sum of RGB (Red+Green+Blue) = 162+138+8=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28A08 is #5D75F7. Grayscale: #828282. Windows color (decimal): -6125048 or 559778. OLE color: 559778.
HSL color Cylindrical-coordinate representation of color #A28A08: hue angle of 50.65º 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 #A28A08 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 8 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.36 |
| HSL | 50.65º | 0.91% | 0.33% | - |
| HSV(B) | 50.65º | 0.95% | 0.64% | - |
| XYZ | 24.03 | 25.88 | 3.96 | - |
| YUV | 130.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 8 | 0 | 0.15 | 0.95 | 0.36 | 50.65 | 0.91 | 0.33 |
| Hex | A2 | 8A | 8 | 0 | F | 5F | 24 | 33 | 5B | 21 |
| Octal | 242 | 212 | 10 | 0 | 17 | 137 | 44 | 63 | 133 | 41 |
| Binary | 10100010 | 10001010 | 1000 | 0 | 1111 | 1011111 | 100100 | 110011 | 1011011 | 100001 |
Color Harmonies of #A28A08
Complementary color
Monochromatic Colors of #A28A08
Black with #A28A08
Text Example
Text Example
White with #A28A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A08; }
p { color: rgb(162,138,8); }
H1.HeaderClassName
{
color: #A28A08;
}
.AnyTagClassName
{
color: #A28A08;
}
</style>
background-color css
<style>
a { background-color: #A28A08; }
a { background-color: rgb(162,138,8); }
div.DivClassName
{
background-color: #A28A08;
}
.BgClassName
{
background-color: #A28A08;
}
</style>
border-color css
<style>
span { border-color: #A28A08; }
span { border-color: rgb(162,138,8); }
td.TdClassName
{
border-color: #A28A08;
}
.TagClassName
{
border-color: #A28A08;
}
</style>