Shades of Reef Gold #A28D34
Tints of Reef Gold #A28D34
RGB
CMYK
RGB Variations
Color information
#A28D34 (or 0xA28D34) is known color: Reef Gold. HEX triplet: A2, 8D and 34. RGB value is (162,141,52). Sum of RGB (Red+Green+Blue) = 162+141+52=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D34 is #5D72CB. Grayscale: #898989. Windows color (decimal): -6124236 or 3444130. OLE color: 3444130.
HSL color Cylindrical-coordinate representation of color #A28D34: hue angle of 48.55º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A28D34 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 52 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.36 |
| HSL | 48.55º | 0.51% | 0.42% | - |
| HSV(B) | 48.55º | 0.68% | 0.64% | - |
| XYZ | 25.05 | 26.98 | 7.14 | - |
| YUV | 137.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 52 | 0 | 0.13 | 0.68 | 0.36 | 48.55 | 0.51 | 0.42 |
| Hex | A2 | 8D | 34 | 0 | D | 44 | 24 | 31 | 33 | 2A |
| Octal | 242 | 215 | 64 | 0 | 15 | 104 | 44 | 61 | 63 | 52 |
| Binary | 10100010 | 10001101 | 110100 | 0 | 1101 | 1000100 | 100100 | 110001 | 110011 | 101010 |
Color Harmonies of #A28D34
Complementary color
Monochromatic Colors of #A28D34
Black with #A28D34
Text Example
Text Example
White with #A28D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D34; }
p { color: rgb(162,141,52); }
H1.HeaderClassName
{
color: #A28D34;
}
.AnyTagClassName
{
color: #A28D34;
}
</style>
background-color css
<style>
a { background-color: #A28D34; }
a { background-color: rgb(162,141,52); }
div.DivClassName
{
background-color: #A28D34;
}
.BgClassName
{
background-color: #A28D34;
}
</style>
border-color css
<style>
span { border-color: #A28D34; }
span { border-color: rgb(162,141,52); }
td.TdClassName
{
border-color: #A28D34;
}
.TagClassName
{
border-color: #A28D34;
}
</style>