Shades of Reef Gold #A28F39
Tints of Reef Gold #A28F39
RGB
CMYK
RGB Variations
Color information
#A28F39 (or 0xA28F39) is known color: Reef Gold. HEX triplet: A2, 8F and 39. RGB value is (162,143,57). Sum of RGB (Red+Green+Blue) = 162+143+57=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F39 is #5D70C6. Grayscale: #8B8B8B. Windows color (decimal): -6123719 or 3772322. OLE color: 3772322.
HSL color Cylindrical-coordinate representation of color #A28F39: hue angle of 49.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A28F39 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 57 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.36 |
| HSL | 49.14º | 0.48% | 0.43% | - |
| HSV(B) | 49.14º | 0.65% | 0.64% | - |
| XYZ | 25.46 | 27.62 | 7.86 | - |
| YUV | 138.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 57 | 0 | 0.12 | 0.65 | 0.36 | 49.14 | 0.48 | 0.43 |
| Hex | A2 | 8F | 39 | 0 | C | 41 | 24 | 31 | 30 | 2B |
| Octal | 242 | 217 | 71 | 0 | 14 | 101 | 44 | 61 | 60 | 53 |
| Binary | 10100010 | 10001111 | 111001 | 0 | 1100 | 1000001 | 100100 | 110001 | 110000 | 101011 |
Color Harmonies of #A28F39
Complementary color
Monochromatic Colors of #A28F39
Black with #A28F39
Text Example
Text Example
White with #A28F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F39; }
p { color: rgb(162,143,57); }
H1.HeaderClassName
{
color: #A28F39;
}
.AnyTagClassName
{
color: #A28F39;
}
</style>
background-color css
<style>
a { background-color: #A28F39; }
a { background-color: rgb(162,143,57); }
div.DivClassName
{
background-color: #A28F39;
}
.BgClassName
{
background-color: #A28F39;
}
</style>
border-color css
<style>
span { border-color: #A28F39; }
span { border-color: rgb(162,143,57); }
td.TdClassName
{
border-color: #A28F39;
}
.TagClassName
{
border-color: #A28F39;
}
</style>