Shades of Reef Gold #A28D37
Tints of Reef Gold #A28D37
RGB
CMYK
RGB Variations
Color information
#A28D37 (or 0xA28D37) is known color: Reef Gold. HEX triplet: A2, 8D and 37. RGB value is (162,141,55). Sum of RGB (Red+Green+Blue) = 162+141+55=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D37 is #5D72C8. Grayscale: #898989. Windows color (decimal): -6124233 or 3640738. OLE color: 3640738.
HSL color Cylindrical-coordinate representation of color #A28D37: hue angle of 48.22º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A28D37 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 55 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.36 |
| HSL | 48.22º | 0.49% | 0.43% | - |
| HSV(B) | 48.22º | 0.66% | 0.64% | - |
| XYZ | 25.11 | 27.01 | 7.5 | - |
| YUV | 137.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 55 | 0 | 0.13 | 0.66 | 0.36 | 48.22 | 0.49 | 0.43 |
| Hex | A2 | 8D | 37 | 0 | D | 42 | 24 | 30 | 31 | 2B |
| Octal | 242 | 215 | 67 | 0 | 15 | 102 | 44 | 60 | 61 | 53 |
| Binary | 10100010 | 10001101 | 110111 | 0 | 1101 | 1000010 | 100100 | 110000 | 110001 | 101011 |
Color Harmonies of #A28D37
Complementary color
Monochromatic Colors of #A28D37
Black with #A28D37
Text Example
Text Example
White with #A28D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D37; }
p { color: rgb(162,141,55); }
H1.HeaderClassName
{
color: #A28D37;
}
.AnyTagClassName
{
color: #A28D37;
}
</style>
background-color css
<style>
a { background-color: #A28D37; }
a { background-color: rgb(162,141,55); }
div.DivClassName
{
background-color: #A28D37;
}
.BgClassName
{
background-color: #A28D37;
}
</style>
border-color css
<style>
span { border-color: #A28D37; }
span { border-color: rgb(162,141,55); }
td.TdClassName
{
border-color: #A28D37;
}
.TagClassName
{
border-color: #A28D37;
}
</style>