Shades of Reef Gold #A28D36
Tints of Reef Gold #A28D36
RGB
CMYK
RGB Variations
Color information
#A28D36 (or 0xA28D36) is known color: Reef Gold. HEX triplet: A2, 8D and 36. RGB value is (162,141,54). Sum of RGB (Red+Green+Blue) = 162+141+54=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D36 is #5D72C9. Grayscale: #898989. Windows color (decimal): -6124234 or 3575202. OLE color: 3575202.
HSL color Cylindrical-coordinate representation of color #A28D36: hue angle of 48.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A28D36 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 54 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.36 |
| HSL | 48.33º | 0.5% | 0.42% | - |
| HSV(B) | 48.33º | 0.67% | 0.64% | - |
| XYZ | 25.09 | 27 | 7.38 | - |
| YUV | 137.36 | 80.96 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 54 | 0 | 0.13 | 0.67 | 0.36 | 48.33 | 0.5 | 0.42 |
| Hex | A2 | 8D | 36 | 0 | D | 43 | 24 | 30 | 32 | 2A |
| Octal | 242 | 215 | 66 | 0 | 15 | 103 | 44 | 60 | 62 | 52 |
| Binary | 10100010 | 10001101 | 110110 | 0 | 1101 | 1000011 | 100100 | 110000 | 110010 | 101010 |
Color Harmonies of #A28D36
Complementary color
Monochromatic Colors of #A28D36
Black with #A28D36
Text Example
Text Example
White with #A28D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D36; }
p { color: rgb(162,141,54); }
H1.HeaderClassName
{
color: #A28D36;
}
.AnyTagClassName
{
color: #A28D36;
}
</style>
background-color css
<style>
a { background-color: #A28D36; }
a { background-color: rgb(162,141,54); }
div.DivClassName
{
background-color: #A28D36;
}
.BgClassName
{
background-color: #A28D36;
}
</style>
border-color css
<style>
span { border-color: #A28D36; }
span { border-color: rgb(162,141,54); }
td.TdClassName
{
border-color: #A28D36;
}
.TagClassName
{
border-color: #A28D36;
}
</style>