Shades of Reef Gold #A89437
Tints of Reef Gold #A89437
RGB
CMYK
RGB Variations
Color information
#A89437 (or 0xA89437) is known color: Reef Gold. HEX triplet: A8, 94 and 37. RGB value is (168,148,55). Sum of RGB (Red+Green+Blue) = 168+148+55=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A89437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89437 is #576BC8. Grayscale: #8F8F8F. Windows color (decimal): -5729225 or 3642536. OLE color: 3642536.
HSL color Cylindrical-coordinate representation of color #A89437: hue angle of 49.38º 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 #A89437 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 55 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.34 |
| HSL | 49.38º | 0.51% | 0.44% | - |
| HSV(B) | 49.38º | 0.67% | 0.66% | - |
| XYZ | 27.43 | 29.78 | 7.92 | - |
| YUV | 143.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 55 | 0 | 0.12 | 0.67 | 0.34 | 49.38 | 0.51 | 0.44 |
| Hex | A8 | 94 | 37 | 0 | C | 43 | 22 | 31 | 33 | 2C |
| Octal | 250 | 224 | 67 | 0 | 14 | 103 | 42 | 61 | 63 | 54 |
| Binary | 10101000 | 10010100 | 110111 | 0 | 1100 | 1000011 | 100010 | 110001 | 110011 | 101100 |
Color Harmonies of #A89437
Complementary color
Monochromatic Colors of #A89437
Black with #A89437
Text Example
Text Example
White with #A89437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89437; }
p { color: rgb(168,148,55); }
H1.HeaderClassName
{
color: #A89437;
}
.AnyTagClassName
{
color: #A89437;
}
</style>
background-color css
<style>
a { background-color: #A89437; }
a { background-color: rgb(168,148,55); }
div.DivClassName
{
background-color: #A89437;
}
.BgClassName
{
background-color: #A89437;
}
</style>
border-color css
<style>
span { border-color: #A89437; }
span { border-color: rgb(168,148,55); }
td.TdClassName
{
border-color: #A89437;
}
.TagClassName
{
border-color: #A89437;
}
</style>