Shades of Reef Gold #A28D2E
Tints of Reef Gold #A28D2E
RGB
CMYK
RGB Variations
Color information
#A28D2E (or 0xA28D2E) is known color: Reef Gold. HEX triplet: A2, 8D and 2E. RGB value is (162,141,46). Sum of RGB (Red+Green+Blue) = 162+141+46=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D2E is #5D72D1. Grayscale: #888888. Windows color (decimal): -6124242 or 3050914. OLE color: 3050914.
HSL color Cylindrical-coordinate representation of color #A28D2E: hue angle of 49.14º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A28D2E is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 46 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.36 |
| HSL | 49.14º | 0.56% | 0.41% | - |
| HSV(B) | 49.14º | 0.72% | 0.64% | - |
| XYZ | 24.92 | 26.93 | 6.47 | - |
| YUV | 136.45 | 76.96 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 46 | 0 | 0.13 | 0.72 | 0.36 | 49.14 | 0.56 | 0.41 |
| Hex | A2 | 8D | 2E | 0 | D | 48 | 24 | 31 | 38 | 29 |
| Octal | 242 | 215 | 56 | 0 | 15 | 110 | 44 | 61 | 70 | 51 |
| Binary | 10100010 | 10001101 | 101110 | 0 | 1101 | 1001000 | 100100 | 110001 | 111000 | 101001 |
Color Harmonies of #A28D2E
Complementary color
Monochromatic Colors of #A28D2E
Black with #A28D2E
Text Example
Text Example
White with #A28D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D2E; }
p { color: rgb(162,141,46); }
H1.HeaderClassName
{
color: #A28D2E;
}
.AnyTagClassName
{
color: #A28D2E;
}
</style>
background-color css
<style>
a { background-color: #A28D2E; }
a { background-color: rgb(162,141,46); }
div.DivClassName
{
background-color: #A28D2E;
}
.BgClassName
{
background-color: #A28D2E;
}
</style>
border-color css
<style>
span { border-color: #A28D2E; }
span { border-color: rgb(162,141,46); }
td.TdClassName
{
border-color: #A28D2E;
}
.TagClassName
{
border-color: #A28D2E;
}
</style>