Shades of Reef Gold #A28E2B
Tints of Reef Gold #A28E2B
RGB
CMYK
RGB Variations
Color information
#A28E2B (or 0xA28E2B) is known color: Reef Gold. HEX triplet: A2, 8E and 2B. RGB value is (162,142,43). Sum of RGB (Red+Green+Blue) = 162+142+43=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E2B is #5D71D4. Grayscale: #898989. Windows color (decimal): -6123989 or 2854562. OLE color: 2854562.
HSL color Cylindrical-coordinate representation of color #A28E2B: hue angle of 49.92º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A28E2B is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 43 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.36 |
| HSL | 49.92º | 0.58% | 0.4% | - |
| HSV(B) | 49.92º | 0.73% | 0.64% | - |
| XYZ | 25.01 | 27.2 | 6.22 | - |
| YUV | 136.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 43 | 0 | 0.12 | 0.73 | 0.36 | 49.92 | 0.58 | 0.4 |
| Hex | A2 | 8E | 2B | 0 | C | 49 | 24 | 32 | 3A | 28 |
| Octal | 242 | 216 | 53 | 0 | 14 | 111 | 44 | 62 | 72 | 50 |
| Binary | 10100010 | 10001110 | 101011 | 0 | 1100 | 1001001 | 100100 | 110010 | 111010 | 101000 |
Color Harmonies of #A28E2B
Complementary color
Monochromatic Colors of #A28E2B
Black with #A28E2B
Text Example
Text Example
White with #A28E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E2B; }
p { color: rgb(162,142,43); }
H1.HeaderClassName
{
color: #A28E2B;
}
.AnyTagClassName
{
color: #A28E2B;
}
</style>
background-color css
<style>
a { background-color: #A28E2B; }
a { background-color: rgb(162,142,43); }
div.DivClassName
{
background-color: #A28E2B;
}
.BgClassName
{
background-color: #A28E2B;
}
</style>
border-color css
<style>
span { border-color: #A28E2B; }
span { border-color: rgb(162,142,43); }
td.TdClassName
{
border-color: #A28E2B;
}
.TagClassName
{
border-color: #A28E2B;
}
</style>