Shades of Reef Gold #A28F2D
Tints of Reef Gold #A28F2D
RGB
CMYK
RGB Variations
Color information
#A28F2D (or 0xA28F2D) is known color: Reef Gold. HEX triplet: A2, 8F and 2D. RGB value is (162,143,45). Sum of RGB (Red+Green+Blue) = 162+143+45=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F2D is #5D70D2. Grayscale: #898989. Windows color (decimal): -6123731 or 2985890. OLE color: 2985890.
HSL color Cylindrical-coordinate representation of color #A28F2D: hue angle of 50.26º 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 #A28F2D is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 45 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.36 |
| HSL | 50.26º | 0.57% | 0.41% | - |
| HSV(B) | 50.26º | 0.72% | 0.64% | - |
| XYZ | 25.2 | 27.52 | 6.47 | - |
| YUV | 137.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 45 | 0 | 0.12 | 0.72 | 0.36 | 50.26 | 0.57 | 0.41 |
| Hex | A2 | 8F | 2D | 0 | C | 48 | 24 | 32 | 39 | 29 |
| Octal | 242 | 217 | 55 | 0 | 14 | 110 | 44 | 62 | 71 | 51 |
| Binary | 10100010 | 10001111 | 101101 | 0 | 1100 | 1001000 | 100100 | 110010 | 111001 | 101001 |
Color Harmonies of #A28F2D
Complementary color
Monochromatic Colors of #A28F2D
Black with #A28F2D
Text Example
Text Example
White with #A28F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F2D; }
p { color: rgb(162,143,45); }
H1.HeaderClassName
{
color: #A28F2D;
}
.AnyTagClassName
{
color: #A28F2D;
}
</style>
background-color css
<style>
a { background-color: #A28F2D; }
a { background-color: rgb(162,143,45); }
div.DivClassName
{
background-color: #A28F2D;
}
.BgClassName
{
background-color: #A28F2D;
}
</style>
border-color css
<style>
span { border-color: #A28F2D; }
span { border-color: rgb(162,143,45); }
td.TdClassName
{
border-color: #A28F2D;
}
.TagClassName
{
border-color: #A28F2D;
}
</style>