Shades of Reef Gold #A28135
Tints of Reef Gold #A28135
RGB
CMYK
RGB Variations
Color information
#A28135 (or 0xA28135) is known color: Reef Gold. HEX triplet: A2, 81 and 35. RGB value is (162,129,53). Sum of RGB (Red+Green+Blue) = 162+129+53=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A28135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28135 is #5D7ECA. Grayscale: #828282. Windows color (decimal): -6127307 or 3506594. OLE color: 3506594.
HSL color Cylindrical-coordinate representation of color #A28135: hue angle of 41.83º 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 #A28135 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 53 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.36 |
| HSL | 41.83º | 0.51% | 0.42% | - |
| HSV(B) | 41.83º | 0.67% | 0.64% | - |
| XYZ | 23.39 | 23.64 | 6.7 | - |
| YUV | 130.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 53 | 0 | 0.20 | 0.67 | 0.36 | 41.83 | 0.51 | 0.42 |
| Hex | A2 | 81 | 35 | 0 | 14 | 43 | 24 | 2A | 33 | 2A |
| Octal | 242 | 201 | 65 | 0 | 24 | 103 | 44 | 52 | 63 | 52 |
| Binary | 10100010 | 10000001 | 110101 | 0 | 10100 | 1000011 | 100100 | 101010 | 110011 | 101010 |
Color Harmonies of #A28135
Complementary color
Monochromatic Colors of #A28135
Black with #A28135
Text Example
Text Example
White with #A28135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28135; }
p { color: rgb(162,129,53); }
H1.HeaderClassName
{
color: #A28135;
}
.AnyTagClassName
{
color: #A28135;
}
</style>
background-color css
<style>
a { background-color: #A28135; }
a { background-color: rgb(162,129,53); }
div.DivClassName
{
background-color: #A28135;
}
.BgClassName
{
background-color: #A28135;
}
</style>
border-color css
<style>
span { border-color: #A28135; }
span { border-color: rgb(162,129,53); }
td.TdClassName
{
border-color: #A28135;
}
.TagClassName
{
border-color: #A28135;
}
</style>