Shades of Reef Gold #A89831
Tints of Reef Gold #A89831
RGB
CMYK
RGB Variations
Color information
#A89831 (or 0xA89831) is known color: Reef Gold. HEX triplet: A8, 98 and 31. RGB value is (168,152,49). Sum of RGB (Red+Green+Blue) = 168+152+49=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A89831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89831 is #5767CE. Grayscale: #919191. Windows color (decimal): -5728207 or 3250344. OLE color: 3250344.
HSL color Cylindrical-coordinate representation of color #A89831: hue angle of 51.93º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89831 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 49 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.34 |
| HSL | 51.93º | 0.55% | 0.43% | - |
| HSV(B) | 51.93º | 0.71% | 0.66% | - |
| XYZ | 27.93 | 31 | 7.42 | - |
| YUV | 145.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 49 | 0 | 0.10 | 0.71 | 0.34 | 51.93 | 0.55 | 0.43 |
| Hex | A8 | 98 | 31 | 0 | A | 47 | 22 | 34 | 37 | 2B |
| Octal | 250 | 230 | 61 | 0 | 12 | 107 | 42 | 64 | 67 | 53 |
| Binary | 10101000 | 10011000 | 110001 | 0 | 1010 | 1000111 | 100010 | 110100 | 110111 | 101011 |
Color Harmonies of #A89831
Complementary color
Monochromatic Colors of #A89831
Black with #A89831
Text Example
Text Example
White with #A89831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89831; }
p { color: rgb(168,152,49); }
H1.HeaderClassName
{
color: #A89831;
}
.AnyTagClassName
{
color: #A89831;
}
</style>
background-color css
<style>
a { background-color: #A89831; }
a { background-color: rgb(168,152,49); }
div.DivClassName
{
background-color: #A89831;
}
.BgClassName
{
background-color: #A89831;
}
</style>
border-color css
<style>
span { border-color: #A89831; }
span { border-color: rgb(168,152,49); }
td.TdClassName
{
border-color: #A89831;
}
.TagClassName
{
border-color: #A89831;
}
</style>