Shades of Reef Gold #A28535
Tints of Reef Gold #A28535
RGB
CMYK
RGB Variations
Color information
#A28535 (or 0xA28535) is known color: Reef Gold. HEX triplet: A2, 85 and 35. RGB value is (162,133,53). Sum of RGB (Red+Green+Blue) = 162+133+53=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A28535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28535 is #5D7ACA. Grayscale: #848484. Windows color (decimal): -6126283 or 3507618. OLE color: 3507618.
HSL color Cylindrical-coordinate representation of color #A28535: hue angle of 44.04º 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 #A28535 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 53 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.36 |
| HSL | 44.04º | 0.51% | 0.42% | - |
| HSV(B) | 44.04º | 0.67% | 0.64% | - |
| XYZ | 23.93 | 24.71 | 6.88 | - |
| YUV | 132.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 53 | 0 | 0.18 | 0.67 | 0.36 | 44.04 | 0.51 | 0.42 |
| Hex | A2 | 85 | 35 | 0 | 12 | 43 | 24 | 2C | 33 | 2A |
| Octal | 242 | 205 | 65 | 0 | 22 | 103 | 44 | 54 | 63 | 52 |
| Binary | 10100010 | 10000101 | 110101 | 0 | 10010 | 1000011 | 100100 | 101100 | 110011 | 101010 |
Color Harmonies of #A28535
Complementary color
Monochromatic Colors of #A28535
Black with #A28535
Text Example
Text Example
White with #A28535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28535; }
p { color: rgb(162,133,53); }
H1.HeaderClassName
{
color: #A28535;
}
.AnyTagClassName
{
color: #A28535;
}
</style>
background-color css
<style>
a { background-color: #A28535; }
a { background-color: rgb(162,133,53); }
div.DivClassName
{
background-color: #A28535;
}
.BgClassName
{
background-color: #A28535;
}
</style>
border-color css
<style>
span { border-color: #A28535; }
span { border-color: rgb(162,133,53); }
td.TdClassName
{
border-color: #A28535;
}
.TagClassName
{
border-color: #A28535;
}
</style>