Shades of Reef Gold #A89639
Tints of Reef Gold #A89639
RGB
CMYK
RGB Variations
Color information
#A89639 (or 0xA89639) is known color: Reef Gold. HEX triplet: A8, 96 and 39. RGB value is (168,150,57). Sum of RGB (Red+Green+Blue) = 168+150+57=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A89639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89639 is #5769C6. Grayscale: #919191. Windows color (decimal): -5728711 or 3774120. OLE color: 3774120.
HSL color Cylindrical-coordinate representation of color #A89639: hue angle of 50.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A89639 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 57 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.34 |
| HSL | 50.27º | 0.49% | 0.44% | - |
| HSV(B) | 50.27º | 0.66% | 0.66% | - |
| XYZ | 27.79 | 30.43 | 8.28 | - |
| YUV | 144.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 57 | 0 | 0.11 | 0.66 | 0.34 | 50.27 | 0.49 | 0.44 |
| Hex | A8 | 96 | 39 | 0 | B | 42 | 22 | 32 | 31 | 2C |
| Octal | 250 | 226 | 71 | 0 | 13 | 102 | 42 | 62 | 61 | 54 |
| Binary | 10101000 | 10010110 | 111001 | 0 | 1011 | 1000010 | 100010 | 110010 | 110001 | 101100 |
Color Harmonies of #A89639
Complementary color
Monochromatic Colors of #A89639
Black with #A89639
Text Example
Text Example
White with #A89639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89639; }
p { color: rgb(168,150,57); }
H1.HeaderClassName
{
color: #A89639;
}
.AnyTagClassName
{
color: #A89639;
}
</style>
background-color css
<style>
a { background-color: #A89639; }
a { background-color: rgb(168,150,57); }
div.DivClassName
{
background-color: #A89639;
}
.BgClassName
{
background-color: #A89639;
}
</style>
border-color css
<style>
span { border-color: #A89639; }
span { border-color: rgb(168,150,57); }
td.TdClassName
{
border-color: #A89639;
}
.TagClassName
{
border-color: #A89639;
}
</style>