Shades of Reef Gold #A89436
Tints of Reef Gold #A89436
RGB
CMYK
RGB Variations
Color information
#A89436 (or 0xA89436) is known color: Reef Gold. HEX triplet: A8, 94 and 36. RGB value is (168,148,54). Sum of RGB (Red+Green+Blue) = 168+148+54=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A89436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89436 is #576BC9. Grayscale: #8F8F8F. Windows color (decimal): -5729226 or 3577000. OLE color: 3577000.
HSL color Cylindrical-coordinate representation of color #A89436: hue angle of 49.47º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A89436 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 54 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.34 |
| HSL | 49.47º | 0.51% | 0.44% | - |
| HSV(B) | 49.47º | 0.68% | 0.66% | - |
| XYZ | 27.4 | 29.77 | 7.79 | - |
| YUV | 143.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 54 | 0 | 0.12 | 0.68 | 0.34 | 49.47 | 0.51 | 0.44 |
| Hex | A8 | 94 | 36 | 0 | C | 44 | 22 | 31 | 33 | 2C |
| Octal | 250 | 224 | 66 | 0 | 14 | 104 | 42 | 61 | 63 | 54 |
| Binary | 10101000 | 10010100 | 110110 | 0 | 1100 | 1000100 | 100010 | 110001 | 110011 | 101100 |
Color Harmonies of #A89436
Complementary color
Monochromatic Colors of #A89436
Black with #A89436
Text Example
Text Example
White with #A89436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89436; }
p { color: rgb(168,148,54); }
H1.HeaderClassName
{
color: #A89436;
}
.AnyTagClassName
{
color: #A89436;
}
</style>
background-color css
<style>
a { background-color: #A89436; }
a { background-color: rgb(168,148,54); }
div.DivClassName
{
background-color: #A89436;
}
.BgClassName
{
background-color: #A89436;
}
</style>
border-color css
<style>
span { border-color: #A89436; }
span { border-color: rgb(168,148,54); }
td.TdClassName
{
border-color: #A89436;
}
.TagClassName
{
border-color: #A89436;
}
</style>