Shades of Reef Gold #A28D2B
Tints of Reef Gold #A28D2B
RGB
CMYK
RGB Variations
Color information
#A28D2B (or 0xA28D2B) is known color: Reef Gold. HEX triplet: A2, 8D and 2B. RGB value is (162,141,43). Sum of RGB (Red+Green+Blue) = 162+141+43=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D2B is #5D72D4. Grayscale: #888888. Windows color (decimal): -6124245 or 2854306. OLE color: 2854306.
HSL color Cylindrical-coordinate representation of color #A28D2B: hue angle of 49.41º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A28D2B is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 43 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.36 |
| HSL | 49.41º | 0.58% | 0.4% | - |
| HSV(B) | 49.41º | 0.73% | 0.64% | - |
| XYZ | 24.86 | 26.91 | 6.17 | - |
| YUV | 136.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 43 | 0 | 0.13 | 0.73 | 0.36 | 49.41 | 0.58 | 0.4 |
| Hex | A2 | 8D | 2B | 0 | D | 49 | 24 | 31 | 3A | 28 |
| Octal | 242 | 215 | 53 | 0 | 15 | 111 | 44 | 61 | 72 | 50 |
| Binary | 10100010 | 10001101 | 101011 | 0 | 1101 | 1001001 | 100100 | 110001 | 111010 | 101000 |
Color Harmonies of #A28D2B
Complementary color
Monochromatic Colors of #A28D2B
Black with #A28D2B
Text Example
Text Example
White with #A28D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D2B; }
p { color: rgb(162,141,43); }
H1.HeaderClassName
{
color: #A28D2B;
}
.AnyTagClassName
{
color: #A28D2B;
}
</style>
background-color css
<style>
a { background-color: #A28D2B; }
a { background-color: rgb(162,141,43); }
div.DivClassName
{
background-color: #A28D2B;
}
.BgClassName
{
background-color: #A28D2B;
}
</style>
border-color css
<style>
span { border-color: #A28D2B; }
span { border-color: rgb(162,141,43); }
td.TdClassName
{
border-color: #A28D2B;
}
.TagClassName
{
border-color: #A28D2B;
}
</style>