Shades of Reef Gold #A89834
Tints of Reef Gold #A89834
RGB
CMYK
RGB Variations
Color information
#A89834 (or 0xA89834) is known color: Reef Gold. HEX triplet: A8, 98 and 34. RGB value is (168,152,52). Sum of RGB (Red+Green+Blue) = 168+152+52=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A89834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89834 is #5767CB. Grayscale: #919191. Windows color (decimal): -5728204 or 3446952. OLE color: 3446952.
HSL color Cylindrical-coordinate representation of color #A89834: hue angle of 51.72º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A89834 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 52 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.34 |
| HSL | 51.72º | 0.53% | 0.43% | - |
| HSV(B) | 51.72º | 0.69% | 0.66% | - |
| XYZ | 28 | 31.03 | 7.76 | - |
| YUV | 145.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 52 | 0 | 0.10 | 0.69 | 0.34 | 51.72 | 0.53 | 0.43 |
| Hex | A8 | 98 | 34 | 0 | A | 45 | 22 | 34 | 35 | 2B |
| Octal | 250 | 230 | 64 | 0 | 12 | 105 | 42 | 64 | 65 | 53 |
| Binary | 10101000 | 10011000 | 110100 | 0 | 1010 | 1000101 | 100010 | 110100 | 110101 | 101011 |
Color Harmonies of #A89834
Complementary color
Monochromatic Colors of #A89834
Black with #A89834
Text Example
Text Example
White with #A89834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89834; }
p { color: rgb(168,152,52); }
H1.HeaderClassName
{
color: #A89834;
}
.AnyTagClassName
{
color: #A89834;
}
</style>
background-color css
<style>
a { background-color: #A89834; }
a { background-color: rgb(168,152,52); }
div.DivClassName
{
background-color: #A89834;
}
.BgClassName
{
background-color: #A89834;
}
</style>
border-color css
<style>
span { border-color: #A89834; }
span { border-color: rgb(168,152,52); }
td.TdClassName
{
border-color: #A89834;
}
.TagClassName
{
border-color: #A89834;
}
</style>