Shades of Reef Gold #A89633
Tints of Reef Gold #A89633
RGB
CMYK
RGB Variations
Color information
#A89633 (or 0xA89633) is known color: Reef Gold. HEX triplet: A8, 96 and 33. RGB value is (168,150,51). Sum of RGB (Red+Green+Blue) = 168+150+51=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A89633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89633 is #5769CC. Grayscale: #909090. Windows color (decimal): -5728717 or 3380904. OLE color: 3380904.
HSL color Cylindrical-coordinate representation of color #A89633: hue angle of 50.77º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A89633 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 51 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.34 |
| HSL | 50.77º | 0.53% | 0.43% | - |
| HSV(B) | 50.77º | 0.7% | 0.66% | - |
| XYZ | 27.65 | 30.38 | 7.54 | - |
| YUV | 144.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 51 | 0 | 0.11 | 0.70 | 0.34 | 50.77 | 0.53 | 0.43 |
| Hex | A8 | 96 | 33 | 0 | B | 46 | 22 | 33 | 35 | 2B |
| Octal | 250 | 226 | 63 | 0 | 13 | 106 | 42 | 63 | 65 | 53 |
| Binary | 10101000 | 10010110 | 110011 | 0 | 1011 | 1000110 | 100010 | 110011 | 110101 | 101011 |
Color Harmonies of #A89633
Complementary color
Monochromatic Colors of #A89633
Black with #A89633
Text Example
Text Example
White with #A89633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89633; }
p { color: rgb(168,150,51); }
H1.HeaderClassName
{
color: #A89633;
}
.AnyTagClassName
{
color: #A89633;
}
</style>
background-color css
<style>
a { background-color: #A89633; }
a { background-color: rgb(168,150,51); }
div.DivClassName
{
background-color: #A89633;
}
.BgClassName
{
background-color: #A89633;
}
</style>
border-color css
<style>
span { border-color: #A89633; }
span { border-color: rgb(168,150,51); }
td.TdClassName
{
border-color: #A89633;
}
.TagClassName
{
border-color: #A89633;
}
</style>