Shades of Reef Gold #A28634
Tints of Reef Gold #A28634
RGB
CMYK
RGB Variations
Color information
#A28634 (or 0xA28634) is known color: Reef Gold. HEX triplet: A2, 86 and 34. RGB value is (162,134,52). Sum of RGB (Red+Green+Blue) = 162+134+52=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A28634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28634 is #5D79CB. Grayscale: #858585. Windows color (decimal): -6126028 or 3442338. OLE color: 3442338.
HSL color Cylindrical-coordinate representation of color #A28634: hue angle of 44.73º 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 #A28634 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 134 | 52 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.36 |
| HSL | 44.73º | 0.51% | 0.42% | - |
| HSV(B) | 44.73º | 0.68% | 0.64% | - |
| XYZ | 24.05 | 24.98 | 6.8 | - |
| YUV | 133.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 134 | 52 | 0 | 0.17 | 0.68 | 0.36 | 44.73 | 0.51 | 0.42 |
| Hex | A2 | 86 | 34 | 0 | 11 | 44 | 24 | 2D | 33 | 2A |
| Octal | 242 | 206 | 64 | 0 | 21 | 104 | 44 | 55 | 63 | 52 |
| Binary | 10100010 | 10000110 | 110100 | 0 | 10001 | 1000100 | 100100 | 101101 | 110011 | 101010 |
Color Harmonies of #A28634
Complementary color
Monochromatic Colors of #A28634
Black with #A28634
Text Example
Text Example
White with #A28634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28634; }
p { color: rgb(162,134,52); }
H1.HeaderClassName
{
color: #A28634;
}
.AnyTagClassName
{
color: #A28634;
}
</style>
background-color css
<style>
a { background-color: #A28634; }
a { background-color: rgb(162,134,52); }
div.DivClassName
{
background-color: #A28634;
}
.BgClassName
{
background-color: #A28634;
}
</style>
border-color css
<style>
span { border-color: #A28634; }
span { border-color: rgb(162,134,52); }
td.TdClassName
{
border-color: #A28634;
}
.TagClassName
{
border-color: #A28634;
}
</style>