Shades of Reef Gold #A28D3C
Tints of Reef Gold #A28D3C
RGB
CMYK
RGB Variations
Color information
#A28D3C (or 0xA28D3C) is known color: Reef Gold. HEX triplet: A2, 8D and 3C. RGB value is (162,141,60). Sum of RGB (Red+Green+Blue) = 162+141+60=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D3C is #5D72C3. Grayscale: #8A8A8A. Windows color (decimal): -6124228 or 3968418. OLE color: 3968418.
HSL color Cylindrical-coordinate representation of color #A28D3C: hue angle of 47.65º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A28D3C is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 60 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.36 |
| HSL | 47.65º | 0.46% | 0.44% | - |
| HSV(B) | 47.65º | 0.63% | 0.64% | - |
| XYZ | 25.24 | 27.06 | 8.17 | - |
| YUV | 138.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 60 | 0 | 0.13 | 0.63 | 0.36 | 47.65 | 0.46 | 0.44 |
| Hex | A2 | 8D | 3C | 0 | D | 3F | 24 | 30 | 2E | 2C |
| Octal | 242 | 215 | 74 | 0 | 15 | 77 | 44 | 60 | 56 | 54 |
| Binary | 10100010 | 10001101 | 111100 | 0 | 1101 | 111111 | 100100 | 110000 | 101110 | 101100 |
Color Harmonies of #A28D3C
Complementary color
Monochromatic Colors of #A28D3C
Black with #A28D3C
Text Example
Text Example
White with #A28D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D3C; }
p { color: rgb(162,141,60); }
H1.HeaderClassName
{
color: #A28D3C;
}
.AnyTagClassName
{
color: #A28D3C;
}
</style>
background-color css
<style>
a { background-color: #A28D3C; }
a { background-color: rgb(162,141,60); }
div.DivClassName
{
background-color: #A28D3C;
}
.BgClassName
{
background-color: #A28D3C;
}
</style>
border-color css
<style>
span { border-color: #A28D3C; }
span { border-color: rgb(162,141,60); }
td.TdClassName
{
border-color: #A28D3C;
}
.TagClassName
{
border-color: #A28D3C;
}
</style>