Shades of Reef Gold #A69130
Tints of Reef Gold #A69130
RGB
CMYK
RGB Variations
Color information
#A69130 (or 0xA69130) is known color: Reef Gold. HEX triplet: A6, 91 and 30. RGB value is (166,145,48). Sum of RGB (Red+Green+Blue) = 166+145+48=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A69130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69130 is #596ECF. Grayscale: #8C8C8C. Windows color (decimal): -5861072 or 3183014. OLE color: 3183014.
HSL color Cylindrical-coordinate representation of color #A69130: hue angle of 49.32º 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 #A69130 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 48 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.35 |
| HSL | 49.32º | 0.55% | 0.42% | - |
| HSV(B) | 49.32º | 0.71% | 0.65% | - |
| XYZ | 26.38 | 28.57 | 6.92 | - |
| YUV | 140.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 48 | 0 | 0.13 | 0.71 | 0.35 | 49.32 | 0.55 | 0.42 |
| Hex | A6 | 91 | 30 | 0 | D | 47 | 23 | 31 | 37 | 2A |
| Octal | 246 | 221 | 60 | 0 | 15 | 107 | 43 | 61 | 67 | 52 |
| Binary | 10100110 | 10010001 | 110000 | 0 | 1101 | 1000111 | 100011 | 110001 | 110111 | 101010 |
Color Harmonies of #A69130
Complementary color
Monochromatic Colors of #A69130
Black with #A69130
Text Example
Text Example
White with #A69130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69130; }
p { color: rgb(166,145,48); }
H1.HeaderClassName
{
color: #A69130;
}
.AnyTagClassName
{
color: #A69130;
}
</style>
background-color css
<style>
a { background-color: #A69130; }
a { background-color: rgb(166,145,48); }
div.DivClassName
{
background-color: #A69130;
}
.BgClassName
{
background-color: #A69130;
}
</style>
border-color css
<style>
span { border-color: #A69130; }
span { border-color: rgb(166,145,48); }
td.TdClassName
{
border-color: #A69130;
}
.TagClassName
{
border-color: #A69130;
}
</style>