Shades of Reef Gold #A69830
Tints of Reef Gold #A69830
RGB
CMYK
RGB Variations
Color information
#A69830 (or 0xA69830) is known color: Reef Gold. HEX triplet: A6, 98 and 30. RGB value is (166,152,48). Sum of RGB (Red+Green+Blue) = 166+152+48=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A69830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69830 is #5967CF. Grayscale: #909090. Windows color (decimal): -5859280 or 3184806. OLE color: 3184806.
HSL color Cylindrical-coordinate representation of color #A69830: hue angle of 52.88º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A69830 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 48 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.35 |
| HSL | 52.88º | 0.55% | 0.42% | - |
| HSV(B) | 52.88º | 0.71% | 0.65% | - |
| XYZ | 27.49 | 30.78 | 7.29 | - |
| YUV | 144.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 48 | 0 | 0.08 | 0.71 | 0.35 | 52.88 | 0.55 | 0.42 |
| Hex | A6 | 98 | 30 | 0 | 8 | 47 | 23 | 35 | 37 | 2A |
| Octal | 246 | 230 | 60 | 0 | 10 | 107 | 43 | 65 | 67 | 52 |
| Binary | 10100110 | 10011000 | 110000 | 0 | 1000 | 1000111 | 100011 | 110101 | 110111 | 101010 |
Color Harmonies of #A69830
Complementary color
Monochromatic Colors of #A69830
Black with #A69830
Text Example
Text Example
White with #A69830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69830; }
p { color: rgb(166,152,48); }
H1.HeaderClassName
{
color: #A69830;
}
.AnyTagClassName
{
color: #A69830;
}
</style>
background-color css
<style>
a { background-color: #A69830; }
a { background-color: rgb(166,152,48); }
div.DivClassName
{
background-color: #A69830;
}
.BgClassName
{
background-color: #A69830;
}
</style>
border-color css
<style>
span { border-color: #A69830; }
span { border-color: rgb(166,152,48); }
td.TdClassName
{
border-color: #A69830;
}
.TagClassName
{
border-color: #A69830;
}
</style>