Shades of Dark Goldenrod #A57F02
Tints of Dark Goldenrod #A57F02
RGB
CMYK
RGB Variations
Color information
#A57F02 (or 0xA57F02) is known color: Dark Goldenrod. HEX triplet: A5, 7F and 02. RGB value is (165,127,2). Sum of RGB (Red+Green+Blue) = 165+127+2=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57F02 is #5A80FD. Grayscale: #7C7C7C. Windows color (decimal): -5931262 or 163749. OLE color: 163749.
HSL color Cylindrical-coordinate representation of color #A57F02: hue angle of 46.01º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A57F02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 127 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.35 |
| HSL | 46.01º | 0.98% | 0.33% | - |
| HSV(B) | 46.01º | 0.99% | 0.65% | - |
| XYZ | 23.12 | 23.18 | 3.31 | - |
| YUV | 124.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 2 | 0 | 0.23 | 0.99 | 0.35 | 46.01 | 0.98 | 0.33 |
| Hex | A5 | 7F | 2 | 0 | 17 | 63 | 23 | 2E | 62 | 21 |
| Octal | 245 | 177 | 2 | 0 | 27 | 143 | 43 | 56 | 142 | 41 |
| Binary | 10100101 | 1111111 | 10 | 0 | 10111 | 1100011 | 100011 | 101110 | 1100010 | 100001 |
Color Harmonies of #A57F02
Complementary color
Monochromatic Colors of #A57F02
Black with #A57F02
Text Example
Text Example
White with #A57F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57F02; }
p { color: rgb(165,127,2); }
H1.HeaderClassName
{
color: #A57F02;
}
.AnyTagClassName
{
color: #A57F02;
}
</style>
background-color css
<style>
a { background-color: #A57F02; }
a { background-color: rgb(165,127,2); }
div.DivClassName
{
background-color: #A57F02;
}
.BgClassName
{
background-color: #A57F02;
}
</style>
border-color css
<style>
span { border-color: #A57F02; }
span { border-color: rgb(165,127,2); }
td.TdClassName
{
border-color: #A57F02;
}
.TagClassName
{
border-color: #A57F02;
}
</style>