Shades of Reef Gold #A89730
Tints of Reef Gold #A89730
RGB
CMYK
RGB Variations
Color information
#A89730 (or 0xA89730) is known color: Reef Gold. HEX triplet: A8, 97 and 30. RGB value is (168,151,48). Sum of RGB (Red+Green+Blue) = 168+151+48=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A89730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89730 is #5768CF. Grayscale: #909090. Windows color (decimal): -5728464 or 3184552. OLE color: 3184552.
HSL color Cylindrical-coordinate representation of color #A89730: hue angle of 51.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89730 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 48 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.34 |
| HSL | 51.5º | 0.56% | 0.42% | - |
| HSV(B) | 51.5º | 0.71% | 0.66% | - |
| XYZ | 27.75 | 30.67 | 7.25 | - |
| YUV | 144.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 48 | 0 | 0.10 | 0.71 | 0.34 | 51.5 | 0.56 | 0.42 |
| Hex | A8 | 97 | 30 | 0 | A | 47 | 22 | 34 | 38 | 2A |
| Octal | 250 | 227 | 60 | 0 | 12 | 107 | 42 | 64 | 70 | 52 |
| Binary | 10101000 | 10010111 | 110000 | 0 | 1010 | 1000111 | 100010 | 110100 | 111000 | 101010 |
Color Harmonies of #A89730
Complementary color
Monochromatic Colors of #A89730
Black with #A89730
Text Example
Text Example
White with #A89730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89730; }
p { color: rgb(168,151,48); }
H1.HeaderClassName
{
color: #A89730;
}
.AnyTagClassName
{
color: #A89730;
}
</style>
background-color css
<style>
a { background-color: #A89730; }
a { background-color: rgb(168,151,48); }
div.DivClassName
{
background-color: #A89730;
}
.BgClassName
{
background-color: #A89730;
}
</style>
border-color css
<style>
span { border-color: #A89730; }
span { border-color: rgb(168,151,48); }
td.TdClassName
{
border-color: #A89730;
}
.TagClassName
{
border-color: #A89730;
}
</style>