Shades of Reef Gold #A28235
Tints of Reef Gold #A28235
RGB
CMYK
RGB Variations
Color information
#A28235 (or 0xA28235) is known color: Reef Gold. HEX triplet: A2, 82 and 35. RGB value is (162,130,53). Sum of RGB (Red+Green+Blue) = 162+130+53=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A28235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28235 is #5D7DCA. Grayscale: #838383. Windows color (decimal): -6127051 or 3506850. OLE color: 3506850.
HSL color Cylindrical-coordinate representation of color #A28235: hue angle of 42.39º degrees, saturation: 0.51, 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 #A28235 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 53 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.36 |
| HSL | 42.39º | 0.51% | 0.42% | - |
| HSV(B) | 42.39º | 0.67% | 0.64% | - |
| XYZ | 23.53 | 23.9 | 6.74 | - |
| YUV | 130.79 | 84.1 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 53 | 0 | 0.20 | 0.67 | 0.36 | 42.39 | 0.51 | 0.42 |
| Hex | A2 | 82 | 35 | 0 | 14 | 43 | 24 | 2A | 33 | 2A |
| Octal | 242 | 202 | 65 | 0 | 24 | 103 | 44 | 52 | 63 | 52 |
| Binary | 10100010 | 10000010 | 110101 | 0 | 10100 | 1000011 | 100100 | 101010 | 110011 | 101010 |
Color Harmonies of #A28235
Complementary color
Monochromatic Colors of #A28235
Black with #A28235
Text Example
Text Example
White with #A28235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28235; }
p { color: rgb(162,130,53); }
H1.HeaderClassName
{
color: #A28235;
}
.AnyTagClassName
{
color: #A28235;
}
</style>
background-color css
<style>
a { background-color: #A28235; }
a { background-color: rgb(162,130,53); }
div.DivClassName
{
background-color: #A28235;
}
.BgClassName
{
background-color: #A28235;
}
</style>
border-color css
<style>
span { border-color: #A28235; }
span { border-color: rgb(162,130,53); }
td.TdClassName
{
border-color: #A28235;
}
.TagClassName
{
border-color: #A28235;
}
</style>