Shades of Reef Gold #A28431
Tints of Reef Gold #A28431
RGB
CMYK
RGB Variations
Color information
#A28431 (or 0xA28431) is known color: Reef Gold. HEX triplet: A2, 84 and 31. RGB value is (162,132,49). Sum of RGB (Red+Green+Blue) = 162+132+49=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A28431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28431 is #5D7BCE. Grayscale: #838383. Windows color (decimal): -6126543 or 3245218. OLE color: 3245218.
HSL color Cylindrical-coordinate representation of color #A28431: hue angle of 44.07º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A28431 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 49 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.36 |
| HSL | 44.07º | 0.54% | 0.41% | - |
| HSV(B) | 44.07º | 0.7% | 0.64% | - |
| XYZ | 23.71 | 24.41 | 6.37 | - |
| YUV | 131.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 49 | 0 | 0.19 | 0.70 | 0.36 | 44.07 | 0.54 | 0.41 |
| Hex | A2 | 84 | 31 | 0 | 13 | 46 | 24 | 2C | 36 | 29 |
| Octal | 242 | 204 | 61 | 0 | 23 | 106 | 44 | 54 | 66 | 51 |
| Binary | 10100010 | 10000100 | 110001 | 0 | 10011 | 1000110 | 100100 | 101100 | 110110 | 101001 |
Color Harmonies of #A28431
Complementary color
Monochromatic Colors of #A28431
Black with #A28431
Text Example
Text Example
White with #A28431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28431; }
p { color: rgb(162,132,49); }
H1.HeaderClassName
{
color: #A28431;
}
.AnyTagClassName
{
color: #A28431;
}
</style>
background-color css
<style>
a { background-color: #A28431; }
a { background-color: rgb(162,132,49); }
div.DivClassName
{
background-color: #A28431;
}
.BgClassName
{
background-color: #A28431;
}
</style>
border-color css
<style>
span { border-color: #A28431; }
span { border-color: rgb(162,132,49); }
td.TdClassName
{
border-color: #A28431;
}
.TagClassName
{
border-color: #A28431;
}
</style>