Shades of Reef Gold #A28D2D
Tints of Reef Gold #A28D2D
RGB
CMYK
RGB Variations
Color information
#A28D2D (or 0xA28D2D) is known color: Reef Gold. HEX triplet: A2, 8D and 2D. RGB value is (162,141,45). Sum of RGB (Red+Green+Blue) = 162+141+45=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D2D is #5D72D2. Grayscale: #888888. Windows color (decimal): -6124243 or 2985378. OLE color: 2985378.
HSL color Cylindrical-coordinate representation of color #A28D2D: hue angle of 49.23º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A28D2D is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 45 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.36 |
| HSL | 49.23º | 0.57% | 0.41% | - |
| HSV(B) | 49.23º | 0.72% | 0.64% | - |
| XYZ | 24.9 | 26.92 | 6.37 | - |
| YUV | 136.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 45 | 0 | 0.13 | 0.72 | 0.36 | 49.23 | 0.57 | 0.41 |
| Hex | A2 | 8D | 2D | 0 | D | 48 | 24 | 31 | 39 | 29 |
| Octal | 242 | 215 | 55 | 0 | 15 | 110 | 44 | 61 | 71 | 51 |
| Binary | 10100010 | 10001101 | 101101 | 0 | 1101 | 1001000 | 100100 | 110001 | 111001 | 101001 |
Color Harmonies of #A28D2D
Complementary color
Monochromatic Colors of #A28D2D
Black with #A28D2D
Text Example
Text Example
White with #A28D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D2D; }
p { color: rgb(162,141,45); }
H1.HeaderClassName
{
color: #A28D2D;
}
.AnyTagClassName
{
color: #A28D2D;
}
</style>
background-color css
<style>
a { background-color: #A28D2D; }
a { background-color: rgb(162,141,45); }
div.DivClassName
{
background-color: #A28D2D;
}
.BgClassName
{
background-color: #A28D2D;
}
</style>
border-color css
<style>
span { border-color: #A28D2D; }
span { border-color: rgb(162,141,45); }
td.TdClassName
{
border-color: #A28D2D;
}
.TagClassName
{
border-color: #A28D2D;
}
</style>