Shades of Reef Gold #A89637
Tints of Reef Gold #A89637
RGB
CMYK
RGB Variations
Color information
#A89637 (or 0xA89637) is known color: Reef Gold. HEX triplet: A8, 96 and 37. RGB value is (168,150,55). Sum of RGB (Red+Green+Blue) = 168+150+55=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A89637 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89637 is #5769C8. Grayscale: #909090. Windows color (decimal): -5728713 or 3643048. OLE color: 3643048.
HSL color Cylindrical-coordinate representation of color #A89637: hue angle of 50.44º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A89637 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 55 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.34 |
| HSL | 50.44º | 0.51% | 0.44% | - |
| HSV(B) | 50.44º | 0.67% | 0.66% | - |
| XYZ | 27.74 | 30.41 | 8.02 | - |
| YUV | 144.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 55 | 0 | 0.11 | 0.67 | 0.34 | 50.44 | 0.51 | 0.44 |
| Hex | A8 | 96 | 37 | 0 | B | 43 | 22 | 32 | 33 | 2C |
| Octal | 250 | 226 | 67 | 0 | 13 | 103 | 42 | 62 | 63 | 54 |
| Binary | 10101000 | 10010110 | 110111 | 0 | 1011 | 1000011 | 100010 | 110010 | 110011 | 101100 |
Color Harmonies of #A89637
Complementary color
Monochromatic Colors of #A89637
Black with #A89637
Text Example
Text Example
White with #A89637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89637; }
p { color: rgb(168,150,55); }
H1.HeaderClassName
{
color: #A89637;
}
.AnyTagClassName
{
color: #A89637;
}
</style>
background-color css
<style>
a { background-color: #A89637; }
a { background-color: rgb(168,150,55); }
div.DivClassName
{
background-color: #A89637;
}
.BgClassName
{
background-color: #A89637;
}
</style>
border-color css
<style>
span { border-color: #A89637; }
span { border-color: rgb(168,150,55); }
td.TdClassName
{
border-color: #A89637;
}
.TagClassName
{
border-color: #A89637;
}
</style>