Shades of Reef Gold #A28D2A
Tints of Reef Gold #A28D2A
RGB
CMYK
RGB Variations
Color information
#A28D2A (or 0xA28D2A) is known color: Reef Gold. HEX triplet: A2, 8D and 2A. RGB value is (162,141,42). Sum of RGB (Red+Green+Blue) = 162+141+42=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D2A is #5D72D5. Grayscale: #888888. Windows color (decimal): -6124246 or 2788770. OLE color: 2788770.
HSL color Cylindrical-coordinate representation of color #A28D2A: hue angle of 49.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A28D2A is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 42 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.36 |
| HSL | 49.5º | 0.59% | 0.4% | - |
| HSV(B) | 49.5º | 0.74% | 0.64% | - |
| XYZ | 24.84 | 26.9 | 6.07 | - |
| YUV | 135.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 42 | 0 | 0.13 | 0.74 | 0.36 | 49.5 | 0.59 | 0.4 |
| Hex | A2 | 8D | 2A | 0 | D | 4A | 24 | 32 | 3B | 28 |
| Octal | 242 | 215 | 52 | 0 | 15 | 112 | 44 | 62 | 73 | 50 |
| Binary | 10100010 | 10001101 | 101010 | 0 | 1101 | 1001010 | 100100 | 110010 | 111011 | 101000 |
Color Harmonies of #A28D2A
Complementary color
Monochromatic Colors of #A28D2A
Black with #A28D2A
Text Example
Text Example
White with #A28D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D2A; }
p { color: rgb(162,141,42); }
H1.HeaderClassName
{
color: #A28D2A;
}
.AnyTagClassName
{
color: #A28D2A;
}
</style>
background-color css
<style>
a { background-color: #A28D2A; }
a { background-color: rgb(162,141,42); }
div.DivClassName
{
background-color: #A28D2A;
}
.BgClassName
{
background-color: #A28D2A;
}
</style>
border-color css
<style>
span { border-color: #A28D2A; }
span { border-color: rgb(162,141,42); }
td.TdClassName
{
border-color: #A28D2A;
}
.TagClassName
{
border-color: #A28D2A;
}
</style>