Shades of Reef Gold #A89C34
Tints of Reef Gold #A89C34
RGB
CMYK
RGB Variations
Color information
#A89C34 (or 0xA89C34) is known color: Reef Gold. HEX triplet: A8, 9C and 34. RGB value is (168,156,52). Sum of RGB (Red+Green+Blue) = 168+156+52=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C34 is #5763CB. Grayscale: #949494. Windows color (decimal): -5727180 or 3447976. OLE color: 3447976.
HSL color Cylindrical-coordinate representation of color #A89C34: hue angle of 53.79º 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 #A89C34 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 52 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.34 |
| HSL | 53.79º | 0.53% | 0.43% | - |
| HSV(B) | 53.79º | 0.69% | 0.66% | - |
| XYZ | 28.66 | 32.35 | 7.98 | - |
| YUV | 147.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 52 | 0 | 0.07 | 0.69 | 0.34 | 53.79 | 0.53 | 0.43 |
| Hex | A8 | 9C | 34 | 0 | 7 | 45 | 22 | 36 | 35 | 2B |
| Octal | 250 | 234 | 64 | 0 | 7 | 105 | 42 | 66 | 65 | 53 |
| Binary | 10101000 | 10011100 | 110100 | 0 | 111 | 1000101 | 100010 | 110110 | 110101 | 101011 |
Color Harmonies of #A89C34
Complementary color
Monochromatic Colors of #A89C34
Black with #A89C34
Text Example
Text Example
White with #A89C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C34; }
p { color: rgb(168,156,52); }
H1.HeaderClassName
{
color: #A89C34;
}
.AnyTagClassName
{
color: #A89C34;
}
</style>
background-color css
<style>
a { background-color: #A89C34; }
a { background-color: rgb(168,156,52); }
div.DivClassName
{
background-color: #A89C34;
}
.BgClassName
{
background-color: #A89C34;
}
</style>
border-color css
<style>
span { border-color: #A89C34; }
span { border-color: rgb(168,156,52); }
td.TdClassName
{
border-color: #A89C34;
}
.TagClassName
{
border-color: #A89C34;
}
</style>